Email Sent Verification

S

sa

Hi,

Is there a way to get email sent or not with C#.
I can understand if I get error message in my yahoo account.
But is there a way to get this after SMTPClient.Send method?

Regards,
Salim
 
M

Mark Rae

Is there a way to get email sent or not with C#.
I can understand if I get error message in my yahoo account.
But is there a way to get this after SMTPClient.Send method?

The SendMail method in the System.Web.Mail namespace (System.Net.Mail in v2)
returns a bool to indicate whether the email has been sent successfully.

The site below is pretty much the last word in sending emails with the
Framework:
http://www.systemwebmail.com/
 

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

Top