The SMTPClient component from Bossware is a .NET SMTP client that allows developers to implement outgoing email functions for their email applications and Web pages. It does not use the .NET Framework's System.Web.Mail namespace, which is merely a wrapper for CDONTS and CDOSYS, and which is reputed to be resource-hungry and to behave differently depending on the OS of the computer. The component is written in 100% managed C# and is CLS compliant.
SMTPClient from Bossware lets developers add outgoing email capabilities to their Windows Forms and ASP.NET (Web Forms) email apps using the SMTP protocol. The component does not use the .NET System.Web.Mail namespace, which is simply a .NET Framework wrapper for CDONTS and CDOSYS, two Microsoft COM objects. One problem of using System.Web.Mail is that code using this namespace can behave differently depending on the OS of the computer it?s running on. CDO
Add outgoing email to apps or webpages with Bossware SMTPCli
Bossware?s SMTPClient is a .NET SMTP client for adding outgoing email to apps and to Web pages. It doesn?t use .NET?s resource-hungry System.Web.Mail, which is merely a wrapper for CDONTS and CDOSYS. Written in 100% managed C# and CLS compliant.