System.Net.Mail
Complete FAQ for the System.Net.Mail namespace found in .NET 2.0 (
Click here for System.Web.Mail
)
»
Home
FAQ ITEMS
»
1.0 Introduction
»
2.0 System.Net.Mail Classes
»
3.0 Quickstart Samples
»
4.0 Advanced Samples
»
5.0 Troubleshooting
»
6.0 Additional Help
»
Complete FAQ
MORE STUFF
»
Support Forums
»
Source Code
»
Submit Comments
»
About Me
»
About My Products
»
Search This Site
Ads by Advanced Intellect
ASP.NET Email
The complete .NET control. Voted #1 by the .NET Community
www.aspnetemail.com
POP3 for .NET
A highly efficient POP3 control for .NET
Includes spam checking.
www.aspnetpop3.com
IMAP for .NET
Spam checking, email and folder management, internationalization, and much more.
www.aspnetimap.com
Bounce Email Control
Finally control bounced emails from your email campaigns. Includes 11 categorizations.
www.ListNanny.NET
System.Net.Mail FAQ
Complete FAQ Listing
1 Introduction
1.1 What is System.Net.Mail?
1.2 What is the .NET Framework ?
1.3 What do I need to send email in .NET?
* You Are Here *
[
Scroll To Answer
]
1.4 What is a relay server?
1.5 What is the IIS SMTP Service?
1.6 Can System.Net.Mail read email?
1.3 What do I need to send email in .NET?
Printer Friendly
First, and foremost, you need the .NET Framework installed. Then you need a reference to the System.dll (automatically included in ASP.NET applications). Then you need to use the System.Net.Mail namespace to create and send email messages.
Once you have programmatically set up your application, you will need a relay server to send email through. A relay server is a mail server, or a SMTP server/service, that can handle sending email. System.Net.Mail simply sends the mail to a relay server, and the relay server is responsible for delivering it to the final destination.
Hosted by
Copyright © 2004 Contact:
Dave Wanta
.
aspNetEmail
aspNetPOP3
aspNetMime