Sending Email From Your ASP.NET Application - Part 1
By: Heidi Bautista on Thursday, February 24, 2005
Reader Level: 
This is one of the most common tasks for an ASP.NET developer. Fortunately, it's quick and easy. In this series of tutorials, we'll walk through the process of creating and sending email messages for a variety of scenarios.
Part 1 introduces you to the two ASP.NET classes used (MailMessage and SmtpMail) and demonstrates how to
create a simple feedback form for your site. Later on we'll
explore how to create nice-looking HTML messages that include images, links, and attachments. Sample code
written in both C# and VB is included.
The Sending Email From Your ASP.NET Application Series:
Part 1
Part 2
Part 3
Part 4
Purchase this item
You can purchase this piece of content separately for
$3.00
Want more?
Community MX members get unlimited access to daily articles,
tutorials, extensions and support. The most comprehensive
resource for Macromedia designers and developers today.
Take a tour of what we offer, and discover the benefits
of subscribing.
Already a member?
Simply log in using the form in the top right area of the site.



