I'm having a problem mailing my primary host through an ASP script. Mailing
to a virtual host is no problem, its just the primary host. I need to mail
to the primary host for the dynamic mail to fax option. Nothing shows up in
the log files when attempting to mail to a User ID on the primary host. I
can send mail to the primary host via Outlook, etc. Thanks.
Here is the script I am using. The [EMAIL PROTECTED] is my primary
host.
<%
Set objMail = CreateObject("CDONTS.Newmail")
objMail.From = "[EMAIL PROTECTED]"
objMail.To = "[EMAIL PROTECTED]"
objMail.cc = "[EMAIL PROTECTED]"
objMail.Subject = "HERE IS THE TEST"
objMail.Body = "TEST"
objMail.Send
Set objMail = Nothing
%>
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/