Articles -- Email -- Sending Email with ASP.NET 2.0
Sending email in ASP.NET 2.0 it's still very easy, but a bit more complicated than in ASP.NET 1.1. To start sending emails you need to use System.Net.Mail namespace. This is new namespace in .NET 2.0 Framework. System.Net.Mail can only send emails. To receive and parse emails you can use 4AspNet POP3 .NET Component.

Sending Email with ASP.NET 2.0 examples:

Easy way to send email in few lines of code  
Add multiple To, CC, BCC
ReplyTo, Priority (Importance)
Custom Headers, Request a Read Receipt

Working with mail message body format:
Send email in plain text format
Send email in HTML format
Send Multi-Part MIME email
Encode the message body and subject

Send email with attachment:
... from file system
... from a stream
... as embedded external resource

Ask a Question


4AspNet POP3
.NET Component


Join WebHost4Life.com
COPYRIGHT © 2009 WWW.4-ASP.NET ALL RIGHTS RESERVED
Home E-mail Us Add to Favorities (Ctrl+D)