Instead of relying on my host to send email, I was thinking of sending the messages though my gmail account. The emails are personalized emails to the bands I play on my show. Has anyone had success doing this?
|
|
Be sure to use
|
||||||||||||||
|
|
|
http://www.systemwebmail.com/ is probably the most absurdly complete site dedicated to a single .NET namespace...but it has EVERYTHING you could ever want to know about sending mail via .NET, be it ASP.NET or Desktop. |
||||
|
|
|
The above answer doesn't work. You have to set "DeliveryMethod = SmtpDeliveryMethod.Network" or it will come back with a "client was not authenticated" error. Also it's always a good idea to put a timeout. Revised code:
|
||||||||||
|
|
|
http://csharp.net-informations.com/communications/csharp-smtp-mail.htm bolton. |
|||
|
|
|
|
Thank You!!! Very efficient code!!! |
||
|
|
