0 pts.
 Error : 505, local host gmail, not gatway (ASP)-2
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 "bourng@gmail.com" 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("message sent") End If End Function When i testing it alert this error message "505, local host gmail, not gatway" Please resolve this function...

Software/Hardware used:
ASKED: July 23, 2007  10:18 PM
UPDATED: July 24, 2007  9:22 AM

Answer Wiki:
This site should help you out... http://www.systemnetmail.com/
Last Wiki Answer Submitted:  July 24, 2007  9:22 am  by  BeerMaker   0 pts.
All Answer Wiki Contributors:  BeerMaker   0 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


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