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
Post a Comment