Jump to content

asp sending problem


Guest monkeynote

Recommended Posts

Guest monkeynote

hello guys! i am totally new to sending email in ASPi tried to follow the instructions in http://www.w3schools.com/asp/asp_send_email.asp

<%Set myMail=CreateObject("CDO.Message")myMail.Subject="Sending email with CDO"myMail.From="validemail@mydomain.com"myMail.To="tovalidateemail@anotherdomain.com"myMail.TextBody="This is a message."myMail.Sendset myMail=nothingresponse.write "Message Sent =)"%>

i put it on testemail.asp and i preview it on my browser. unfortunately... the email is not sending. we have static ip and domain name (.com.ph) and we are using windows server 2003.how can i send our registration confirmation using CDOSYS.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...