

Download a fully functional trial version now.
|
ezSMTP .NET
v1.5
Easily send email from C#, VB.NET winforms or any ASP.NET application.
Our SMTP story: Why build an SMTP component for .NET when others already exist? We thought the same thing, then one day
we upgraded our mail server which required the use of a non-standard port for sending emails from our local office and with
the upgrade we decided to allow SMTP Authentication when we're out of the office. While both of the email options above are
normal for many businesses we ran into an issue while updating our internal applications. System.Web.Mail namespace in the .NET
Framework doesn't support either a non-standard port or SMTP Authentication. Off to the Internet to purchase a component.
To our surprise we found very few that met our needs and the ones that did were $400+ dollars. That sure did seem like a lot of
money for a few internal applications used to send emails.
After a brief meeting it was determined there is a space for a
full featured SMTP component that doesn't break the bank. Give our ezSMTP component a try, we use it here and we are sure it will
meet your needs as well.
.NET Framework includes the System.Web.Mail namespace which in turn calls the underlying
CDONTS COM API. The issues with System.Web.Mail are CDONTS is unmanaged code, CDONTS doesn't allow you to change the Port number of your mail server and
CDONTS doesn't support SMTP Authentication.
ezSMTP .NET allows you to easily get around all of these issues.
Features
- 100% .NET managed code
- Completely written in C#
- Super easy to use
- Works with VB.NET, C# and ASP.NET
- Supports SMTP and ESMTP protocols with HELO and EHLO
- SMTP Authentication
- Change port number from 25 to a non-standard SMTP port
- Unlimited To, Cc and Bcc mail recipients
- Attachments with automatic MIME and BASE64 encoding
- Custom X-Headers
- Supports both display name and email address in To, Cc, Bcc and From properties
- Royalty free distribution
Version 1.5.5
- FIX - 501 bad email address error from some email servers.
Version 1.5.3
- FIX - Word wrapping incorrectly wrapping words, causing an error.
Version 1.5.2
- FIX - Unable to read data from transport error fixed.
Version 1.5.1
- NEW - International character support
- NEW - Logging feature
- NEW - SMTP Server Response Event
- Updated - Better error handling
Version 1.1.2
- FIX - Multi-part message error when no attachment
Version 1.1.0
- NEW - Embedded images
- NEW - Multipart Alternative Body messages, such as PlainText/HTML/RTF
- NEW - Use byte arrays as email attachments
- NEW - Assign Content-Id and Descriptions to any attachment
- RFC 822 and 1341 compliance
- FIX - Optimized for ASP.NET
|