SMTP server question

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Trying to use the mail function SmtpMail.Send(objMailMessage) on my local
machine at home (SMTP server is installed), but am getting back this message:

System.Runtime.InteropServices.COMException(0x8004020f): The server rejected
one or more recipient addresses. The server response was: 550 5.7.1 unable to
relay for (e-mail address removed)

What do I nee to change in SMTP to be able to send out mail?
 
Chris,

Under your IIS / SMTP properties, you need to allow relaying by the local
host.

Right click on your Default SMTP Virtual Server.

Properties -> Acess -> Relay Restrictions.

Grant access to the local host at address 127.0.0.1

Retain the "Only the list below" setting.

-Andrew
 
Back
Top