Description of Sending E-Mails using ASP.NET :
The author describes the simple method of sending email. The MailMessage and SmtpMail classes are the two major component author has explained to send emails to any designated email address. Both text emails and HTML emails could be send using classes of System.Web.Mail namespace. Properties of mail message and the code of operation is given as sample in this tutorial.