Why use aspNetEmail instead of .Nets built-in System.Web.Mail?
System.Web.Mail is really an unmanaged call to CDONTS. When you use System.Web.Mail you are actually making a COM call back to the unmanaged world, thereby decreasing the performance of your application. aspNetEmail offers unmatched speed and functionality. For some projects System.Web.Mail will work fine. But if you want enterprise stability and functionality, look to aspNetEmail. Check out our complete list of features for more information.