how to check if a SmtpMail is sent successfully ?

  • Thread starter Thread starter Polaris
  • Start date Start date
P

Polaris

I'm using System.Web.Mail.SmtpMail to send out emails. Just wonder, is there
a way to check if the email is actually sent out successfully?

Thanks
 
Hi, Polaris,

No, there is no way to find out if the mail was sent.

However, most SMTP servers are configured to send first a delay
notification and then a non-delivery report when there is problem
communicating the recipient. These reports are sent to the mail address
specified in the From property and additionally (if configured) to an
administrator email.

Hope this helps
Martin
 
Back
Top