HOW TO: Send SMTP-Authenticated E-mail from ASP.NET
Solution
ASP 1.x (using System.Web.Mail):
SMTP Authentication With The MailMessage Class
by JR Garner (EggHeadCafe.com)
SMTP Authentication using System.Web.Mail (CDOSYS)
by C. Shattock (The Code Project)
ASP 2.0 (using System.Net.Mail):
Sending SMTP-Authenticated Email From ASP.Net
by Brad Kingsley (WWWCoder)
Related Resources
MSDN: System.Web.Mail Namespace Documentation
MSDN: System.Net.Mail Namespace Documentation
(.NET 2.0)