Hi
I have used the following code in an asp page to generate an e-mail from an asp page. The problem is that it ain't generating any e-mail and i'm not getting any errors either.
<%
set objNewMail = createObject("CDONTS.Newmail"
objNewMail.from = <e-mail Address>
objNewMail.to = <e-mail Address>
objNewMail.subject = "This is a test"
objNewMail.body = "please tell me if you receive this!"
objNewMail.send
%>
Can anyone help?
Cheers,
Hugh
I have used the following code in an asp page to generate an e-mail from an asp page. The problem is that it ain't generating any e-mail and i'm not getting any errors either.
<%
set objNewMail = createObject("CDONTS.Newmail"
objNewMail.from = <e-mail Address>
objNewMail.to = <e-mail Address>
objNewMail.subject = "This is a test"
objNewMail.body = "please tell me if you receive this!"
objNewMail.send
%>
Can anyone help?
Cheers,
Hugh