Tagged Questions
0
votes
1answer
528 views
Are SMTP relay requirements for System.Net.Mail different than System.Web.Mail
I deployed my web app to our production IIS 6.0 server and everything is working except when my code attempts to send email to an address that is NOT in the domain of our email server. I've seen ...
0
votes
2answers
255 views
mailbox can not be reached, mail address can not relay
I use asp.net's smtpClient to send email, but recently I found it can only send the email to the same domain as the smtp server, if i try to send the email out of that , it will have such error:
...