SDK Overview


EmailArchitect EASendMail SMTP Component Development Kit (SDK) provides the following information for developers.

EASendMail .NET/.NET Core Namespace References
EASendMail .NET 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.

EASendMail ActiveX Object References
EASendMail 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 classes in this namespace can be used from ASP or any COM compatible application.

EASendMail Windows Runtime Component References
EASendMail RT contains classes that allow you to construct and send email messages in XAML or HTML5 Windows 8 Store App or Universal Windows Platform.

EASendMail Service References
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.

Samples
This section provides codes from simple to complex for developer's reference.