I am developing an Asp.Net application, where I am sending a mail to the user\'s email address, if he forgets the password.
I want to check if the mail has been sent
I'am using gmail SMTP for sending mails with my program. A fake mail sent returns Ok even with SmtpFailedRecipientException trap.
But when I check with outlook my gmail recipient I see that mail was not sent with explanation. With a subject Delivery Status Notification (Failure)
My question is it possible to get this notificiation whitin the program.
I found this but it's not for POP
Notify C# Client, when SMTP Server receive a new Email