<%
Option Explicit
Dim objMail
Set objMail = Server.CreateObject("CDONTS.NewMail")
ObjMail.Send "susan@whatever.com", "jill@whatever.com", "Cze", 
"Jak si masz?"
Set objMail = Nothing
%>
