Jump to content

TheBigOnion

Member
  • Posts

    1
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

About TheBigOnion

TheBigOnion's Achievements

0

Reputation

  1. Hello, I am having the same problem. I have read almost every forum on the web today. Tried everything they said, and still the server will not send out an email outside my domain. I always receive: The server rejected one or more recipient addresses. The server response was: 550 5.7.1 Unable to relay for michel@thebigonion.com my code is simple: ' Send our message: dim Mailer set Mailer = server.createobject("CDO.Message") Mailer.From = "server@mydomain.com" Mailer.To = "michal@thebigonion.com" Mailer.HtmlBody = "My body" Mailer.Subject = "My Subject" with Mailer.Configuration .Fields("http://schemas.microsoft.com/cdo/configuration/sendusing") = 2 .Fields("http://schemas.microsoft.com/cdo/configuration/smtpserver") = "mail.mydomain.com" .Fields("http://schemas.microsoft.com/cdo/configuration/smtpserverport") = 25 .Fields.Update end with Mailer.Send set Mailer = Nothing SOME ONE PLEASE HELP US!!!!
×
×
  • Create New...