I'm getting the following LastStatusMessage:
550 5.7.1 Unable to relay for susanw@bdconsulting.com
Am not sure I've got the SMTP server setup correctly. I use a router that assigns a static IP Address 192.168.1.101 to my Windows 2003 server running IIS and SMTP. In the properties of the SMTP Server, I selected that address for the server's address.
The calling code is:
o.MailServer = "192.168.1.101"
o.Sender = "saw@Test.com"
o.Recipient = "susanw@bdconsulting.com"
o.Subject = "testing"
o.MessageText = "this is a test"
call o.SendEx
Not sure what to do to solve this - can you help?


