P
Prashanth
Hi,
I am trying to send a mail from the asp page. The page works fine
without error but i am not able to send any mails. I have set the To and
From Property to my email account. Is there any configurations i have to set
in IIS or anywhere else.
This is the code.
Set objMail = Server.CreateObject("CDONTS.Newmail")
objMail.From = "(e-mail address removed)"
objMail.To = "(e-mail address removed)"
objMail.Body = "Testing mail"
objMail.Send
Set objMail = Nothing
Thanx in advance
I am trying to send a mail from the asp page. The page works fine
without error but i am not able to send any mails. I have set the To and
From Property to my email account. Is there any configurations i have to set
in IIS or anywhere else.
This is the code.
Set objMail = Server.CreateObject("CDONTS.Newmail")
objMail.From = "(e-mail address removed)"
objMail.To = "(e-mail address removed)"
objMail.Body = "Testing mail"
objMail.Send
Set objMail = Nothing
Thanx in advance