EASendMail SMTP component allows developers to deliver required reliability and functionality email applications in C#, VB.NET, JScript.NET, ASP.NET or other .NET framework more easily. Many advanced features are supported including DNS MX record lookup to send email without specified SMTP server.
EASendMail namespace contains classes that allow you to construct and send email messages. Email message is delivered through either arbitrary SMTP email service or dns lookup without specified SMTP server. The classes in this namespace can be used from ASP.NET or any managed application.
SmtpMail class provides a functionality to compose text/plain or text/html email. You can import html with embedded picture to email message by one step. Moreover, you can specify digital signature or encrypt email with digital certificate.
SmtpClient class enables your application to send email to arbitrary SMTP email server or without specified SMTP server. SSL connection and user authentication are supported well. SmtpClient class makes it easy to send email to hundreds of recipients to EASendMail service instantaneously in background.