Hey i have been getting a error when i try to send simple mail out
my code looks like
what could be causing this problemCode:<% Set myMail=CreateObject("CDO.Message") myMail.Subject="Sending email with CDO" myMail.From="mZaragoza@circleTechFl.com" myMail.To="mZaragoza@circleTechFl.com" myMail.TextBody="This is a message." myMail.Send // This line has the error set myMail=nothing %>


Reply With Quote
Bookmarks