Griping about System.Net.Email.SmptClient/MailMessage
Posted by: Rick Strahls WebLog,
on 14 Jan 2008 |
View original | Bookmarked: 0 time(s)
For many years I've been using a home built SMTP client I built using low level Sockets. Single class, set a few properties and it goes off and sends emails. With about 5 lines of code I can be off sending an email from just about any app Web or otherwise. I created the custom class originally to get around the System.Web.Mail and the CDO mail requirements in .NET 1.x which involved COM interop and certain permissions on the server. When .NET 2.0 rolled around with the System.Net.Email namespace...