0
kicks
Validating Emails for System.Net.Mail
When working with the System.Net.Mail API to send out messages, you may have run into a problem when you add an email address that doesn't exist to a message, it will sometimes throw an exception. Here are some ideas on how to handle these exceptions that might come in handy especially when you're sending out bulk emails.