I'm searching for:
   
   

Richard
"No alarms and no surprises please"

My Blog


June 04, 2007
I found a nice little addition to the email capabilities inside of .NET 2.0 awhile back.  Microsoft reorganized a lot of the email functionality in their .NET 2.0 release.  In fact they even changed the Namespace that that you have to work with in order to send emails inside of ASP.NET.  It went from System.Web.Mail to System.Net.Mail, which makes sense because emails are really sent over a network as opposed to the web. One feature you have to consider when setting up an email distribution ...