System.Web.Mail, OH MY!
Complete FAQ for sending email in ASP.NET (or trying to) with System.Web.Mail
If you are using .NET 2.0 be sure to check out my
System.Net.Mail
site
»
Home
»
1.0 Introduction
»
2.0 Quickstart Samples
»
3.0 Advanced Samples
»
4.0 Fixing System.Web.Mail
»
5.0 More Resources
»
6.0 RFCs
»
7.0 Third Party Products
»
Complete FAQ
»
Submit Comments
»
About Me
»
About My Products
»
Site Index
Sponsored by
www.aspnetemail.com
System.Web.Mail FAQ
Complete FAQ Listing
3 Advanced Programming Samples
* You Are Here *
[
Scroll To Answer
] [
Discuss
]
3.1 How do I send non US-ASCII emails?
3.2 How do I send a web page?
3.3 How do I embed images in an email?
3.4 How do I email a website exception
3.5 How do I encrypt messages using s/mime or pgp?
3.6 How do I send multipart/related emails?
3.7 How do I send multipart/alternative emails?
3.8 How do I authenticate to send an email?
3 Advanced Programming Samples
Printer Friendly
Email This FAQ
Discuss
This System.Web.Mail Advanced Samples is a series of code samples and supporting commentary designed perform advanced email operations. Some of the topics discussed here cannot be achieved using System.Web.Mail, but are listed for completeness, and because I have seen these questions asked on various newsgroups and lists.
Important: When tes