0 pts.
 505 the local host yahoo, not gatway…
ASP
I have function to send mail.....by using ASP. Function sendMail() Dim confirmMail On Error Resume Next Set confirmMail = Server.CreateObject("Persits.MailSender") confirmMail.Host = "mail.selltest-online.com" confirmMail.FromName = "bourng@gmail.com" confirmMail.From = "no_reply@selltest-online.com" confirmMail.AddAddress EMAIL confirmMail.Subject = "Subject testing sending mail" confirmMail.Body = "Body testing send mail." '--On Error Resume Next confirmMail.Send Set confirmMail = Nothing If Err <> 0 Then ' error occurred Call Response.Write(Err.Description) Else Call Response.Write("<Center>Un email a ete envoye a " & EMAIL & "</Center>") %> End If End Function When i testing it alert this error message "505, local host gmail, not gatwat" Please resolve this function...

Software/Hardware used:
ASKED: July 23, 2007  12:30 AM
UPDATED: June 4, 2012  9:47 PM

Answer Wiki:
On the line with Set confirmMail - it looks like you have spelled Persist wrongly. But this is a five year old question and you are probably light years beyond this trivial question. Please close it.
Last Wiki Answer Submitted:  June 4, 2012  9:47 pm  by  ShawnHendricks   1,590 pts.
All Answer Wiki Contributors:  ShawnHendricks   1,590 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _