Categories


Sending e-mails in ASP.NET

Raiting 5.00

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.

Cost: Free

Sending E-Mails using ASP.NET

Raiting 5.00

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.

Cost: Free

Sending Mass E-Mails using ASP.NET

Raiting 5.00

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.

Cost: Free

Using ASP.NET to Send E-Mail—Including Attachments

Raiting 5.00

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.

Cost: Free