Welcome to EASendMail SMTP Component SDK Documentation


EASendMail SMTP Component
Platform: Windows 2000 or later version (Windows x64 version is supported as well)

 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/3.5
 DomainKeys and DKIM Signature  

EASendMail SMTP component allows developers to deliver required reliability and functionality email applications in VB6, ASP, C++, 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.

Both ActiveX and .NET version of EASendMail Component are provided to developers. ActiveX version was built by Native C++, which can be used in VB6, ASP, Delphi and Native C++ application. .NET version was built by C# with Managed Code and can be used in C#, VB.net, managed C++ and other .NET framework applications.

EASendMail .NET 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 ActiveX Object

EASendMailObj ActiveX Object contains objects 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 objects can be used from VB6, ASP, VC++ or any COM compatible application.

EASendMailObj consists of two objects: IMail and IFastSender. IMail interface provides the basis of sending email. It supports CC, BCC, multiple attachments and ESMTP authentication. It fully supports asynchronous operating mode and event driving. It also provides advanced features such as embedded picture, alternative text, email digital signature and email encryption. IFastSender interface enables your application to send mass email in a threadings-pool with highest performance. Both IMail and IFastSender can send email under SSL/TLS channel.

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.