Welcome to EASendMail SMTP Component SDK Documentation


EASendMail SMTP Component
Platform: Windows 2000 or later version (Windows x64 version is supported as well)
NET framework and .NET Compact Framework (CF 2.0/3.5)
 Asynchronouse mode   Html Email & Attachments
 Attachment from Http & Memory   Alternative Text
 Embedded Picture   ESMTP Authentication
 Secure Password Authentication   MX Dns Lookup & Smart Host
 Email Address Verification   Multiple Threading & Queue
 SSL/TLS   Digital Signature
 Email Encryption   IPv6 & x64 Support
 Socks4/Socks5/Http Proxy Support  .NET Compact Framework 2.0
 DomainKeys and DKIM Signature  

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

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.

EASendMail Service

EASendMail Service is a light and fast email delivery service which works with EASendMail SMTP .Net Component / ANSMTP SMTP Component to enable your application to send mass emails in background service. Along with its ability to picking recipients from database in background and sending email in specified datetime, it eases your task in developing featured email application especially newsletter application.