Your Server

ERROR: The message could not be sent to the SMTP server. The transport error code was 0x80040217. The server r

Set objEmail = CreateObject("CDO.Message") objEmail.From = "info@keralaexcellanttours.com" objEmail.To = "bijujames37@gmail.com" objEmail.Subject = "Contact from Kerala Excellant Tours- " & Name objEmail.HTMLBody = "<html><body>" & mailbody & "</body></html>" objEmail.Configuration.Fields.Item ("http://schemas.microsoft.com/cdo/configuration/sendusing") = 2 objEmail.Configuration.Fields.Item ("http://schemas.microsoft.com/cdo/configuration/smtpserver") = "mail.keralaexcellanttours.com" objEmail.Configuration.Fields.Item ("http://schemas.microsoft.com/cdo/configuration/smtpserverport") = 25 objEmail.Configuration.Fields.Item ("http://schemas.microsoft.com/cdo/configuration/smtpauthenticate") = "1" objEmail.Configuration.Fields.Item ("http://schemas.microsoft.com/cdo/configuration/sendusername") = "info@keralaexcellanttours.com" objEmail.Configuration.Fields.Item ("http://schemas.microsoft.com/cdo/configuration/sendpassword") = "glad12345" objEmail.Configuration.Fields.Update objEmail.Se

Public Comments

  1. Try this http://blog.biztalk-info.com/archive/2007/01/11/SMTP_Delivery_Failure.aspx
Powered by Yahoo! Answers