c# - SmtpClient: How do I get failed delivery notifications? -


i want users send mail application able notified of failures pull reporting mail sent account.

but question focused on getting failed delivery notifications, how setup listens them modify sent email log in database reflect this?

since marc_s used comment, i'll go ahead , put answer here.

an smtp client responsible sending messages, , gets little feedback success status of message. it'll exception if smtp server down or something, smtp server handles actual sending attempts.


Comments

Popular posts from this blog

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -