Sending Email using .NET : FAQ

by Sumant 12. June 2007 00:46
Sending an email using .NET is very easy and is just few lines of code. So not much of a trouble in coding it. But, actual problem starts when one tries to run it and specially on a new / non configured SMTP server. Debugging these few lines can make anyone go crazy as there is not much to do and can take days to be resolved.

Though we have a detailed documentation on MSDN and good examples, I would like to mention here another very good resource for FAQ on sending email - www.systemnetmail.com. This website hosts a detailed FAQ which you comes really handy while resolving email related issues.

In .NET 2.0, we use classes in System.Net.Mail namespace for this purpose and hence the name comes - 'systemnetmail.com'. For .NET 1.1 we had System.Web.Mail and, yes you guessed it, we have www.systemwebmail.com for referring to old style of sending email.

Overall, a nice and handy email FAQ compilation from Dave Wanta.
Share   
Digg It!DZone It!StumbleUponTechnoratiRedditDel.icio.usNewsVineFurlBlinkList

Tags: ,

.NET | EMail | Web Development

© 2008 Sumant Dubey

About this blog

Absolutely technical! The posts are about concepts, tricks, articles and links on technical subjects / problems which are not very obvious to understand / resolve. Purpose is to have this as the first-aid in the time of need.

Disclaimer

The opinions expressed on this website are my own personal opinions and do not represent my employer's view in anyway.