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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top