System.Web.Mail is not a complete implementation of the .NET-based SMTP protocol. Instead, it uses the preexisting COM functionality in CDONTS. System.Net.Mail, by contrast, is a fully managed implementation of an SMTP client.
I had much less problems with System.Net.Mail, as it avoids COM-hell.
Curt Hagenlocher Sep 15 '08 at 16:50 2008-09-15 16:50
source share