Wednesday, May 21, 2008

Sending Email with ASP.NET & C#

There was a change in the .NET framework that took the System.Web.Mail class away and replaced it with System.Net.Mail.  Some of the documentation still points to the old method of mail and I always struggle to find the correct information.

I am including a link to Scot Gu's blog on the correct way to send an email using .NET with code examples in C#.

No comments: