D
Darrel
I'm trying to send email from my application. I've been getting a "The
server rejected one or more recipient addresses." error. After some
googling, the fix I found was to make sure to NOT state a mail server for
SmtpMail.SmtpServer
Instead, do this:
SmtpMail.SmtpServer = ""
And, sure enough...that worked!? Why? Is that a viable solution?
-Darrel
server rejected one or more recipient addresses." error. After some
googling, the fix I found was to make sure to NOT state a mail server for
SmtpMail.SmtpServer
Instead, do this:
SmtpMail.SmtpServer = ""
And, sure enough...that worked!? Why? Is that a viable solution?
-Darrel