Dear Customer,
Thank you for purchasing EASendMail SMTP Component. We are pleased in being able to provide you with our quality products and look forward to our relationship growing and flourishing. It is our sincere hope that you are completely satisfied with EASendMail which was provided to you and avail yourself of our expertise again in the future.

How to use your license code

To license EASendMail and remove the limitation of trial version, please use your license code in the SmtpMail Class constructor.

[C#]
SmtpMail oMail = new SmtpMail( "license code");

[VB]
Dim oMail As SmtpMail = New SmtpMail( "license code" )

[C++/CLI]
SmtpMail ^oMail = gcnew SmtpMail("license code");

[JScript.NET]
var oMail:SmtpMail = new SmtpMail("license code");

For EASendMail ActiveX Object, You need to assign the license code to LicenseCode property of Mail object instance every time you created in your code.

[VBScript]
Set oSmtp = CreateObject("EASendMailObj.Mail")
oSmtp.LicenseCode  = "Your license code"

[Visual Basic 6.0]
Dim oSmtp As New EASendMailObjLib.Mail
oSmtp.LicenseCode  = "Your license code"

[Visual C++]
IMailPtr oSmtp;
oSmtp.CreateInstance(__uuidof(EASendMailObjLib::Mail));
oSmtp->LicenseCode = _T("your license code");

[Delphi]
oSmtp := TMail.Create(Application);
oSmtp.LicenseCode := 'your license code';

Online document and tutorials:

https://www.emailarchitect.net/easendmail/

Technical support

If you have any problem in using your license or other questions about this product, please contact:
support@emailarchitect.net

We usually reply emails within 24hours. The reason for getting no response is likely that your smtp server bounced our reply. In this case, please try to use another email address to contact us. Your Gmail, Hotmail or Office 365 email account is recommended.

We hope that you will enjoy many years of ease and service from this purchase.