Click to See Complete Forum and Search --> : problems with simple mail


moiseszaragoza
09-13-2010, 02:36 PM
Hey i have been getting a error when i try to send simple mail out

my code looks like

<%
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
%>


what could be causing this problem

yamaharuss
09-13-2010, 03:15 PM
Please do not double post.