Determine if e-mail message can be successfully sent
- by Felipe Lima
Hello Everyone,
I am working in a mailing application in C# and, basically, I need to be able to determine which recipients successfully received the message, which ones did not, no matter what was the failure reason.
In summary, I need an exception to be thrown whenever the email address does not exist, for example. However, SmtpClient.Send does…