07-15-04 10:54 PM
I have an ASP page where I am trying to create a "NewMail" object. My syntax
is:
Dim objsendmail
Set objsendmail = Createobject("CDONTS.NewMail")
When I link to this page, I get an error saying that it has an error on the
line where I am trying to use "Createobject", it cannot create the object.
My SMTP is running. What now?
[ Post a follow-up to this message ]
|