Hello,
  I am trying to get some information on how to generate an auto email
message from an ASP web page.  If I use CDONTS, the syntax would be:

Set objMyMail = Server.CreateObject("CDONTS.NewMail")
objMyMail.From = "[EMAIL PROTECTED]"
objMyMail.To      = "[EMAIL PROTECTED]"
objMyMail.Subject = "Some Subject"
objMyMail.Body    "Some message"
objMyMail.Send
Set objMyMail = Nothing

Would someone be kind enough to show me the correct syntax to use with
Imail?  The server is a Win2000.  Many thanks in advance.

Noel M. Zike



Please visit http://www.ipswitch.com/support/mailing-lists.html 
to be removed from this list.

An Archive of this list is available at:
http://www.mail-archive.com/imail_forum%40list.ipswitch.com/

Please visit the Knowledge Base for answers to frequently asked
questions:  http://www.ipswitch.com/support/IMail/

Reply via email to