|  | | This is an easy to learn ASP.NET tutorial in which the author shows you two methods for sending emails in ASP.NET. This tutorial gives you the syntax for sending emails using the send method of the SMTPMail Class. You can also get the sample program that uses the MailMessage class to send emails. | | It is a tutorial through which you can learn how to send emails in ASP.NET using MailMessage and SmtpMail classes. These classes are included in the namespace System.Web.Mail. A sample program is shown in this tutorial. | | In this web based tutorial you can learn how to send mass email messages both in text and html format to the list of email addressess using the Blind Carbon Copying technique in ASP.NET. The author also explains you about how to validate the user inputs using various validation controls of ASP.NET. | | In this tutoarial you can learn how to send the email with attachments in ASP.NET. You have to store the attachment file temporarily on the server and after the mail has been sent you can delete it using the delete method of the file class. | | |  |
|