Does anyone know how to confirm if an email was sent successfully?
Iām using the new System.Net.Mail.MailMessage to send emails and will like to have a way to confirm if sent ok. (I have no problems sending, I just need the confirmation only)
Which function or method to use? Can anyone post a snippet for this?
Thanks

