For EASendMail .NET assembly downloaded from NuGet, please use 43945c52-5aba-4118-bf9e-1719c97cd274 as the license code for evaluation.
[C#]
SmtpMail oMail = new SmtpMail("43945c52-5aba-4118-bf9e-1719c97cd274");
[VB]
Dim oMail As SmtpMail = New SmtpMail("43945c52-5aba-4118-bf9e-1719c97cd274")
[C++/CLI]
SmtpMail ^oMail = gcnew SmtpMail("43945c52-5aba-4118-bf9e-1719c97cd274");
[JScript.NET]
var oMail:SmtpMail = new SmtpMail("43945c52-5aba-4118-bf9e-1719c97cd274");
For EASendMail .NET assembly installed from EASendMail installer, please use TryIt as the license code for evaluation.
[C#]
SmtpMail oMail = new SmtpMail("TryIt");
[VB]
Dim oMail As SmtpMail = New SmtpMail("TryIt")
[C++/CLI]
SmtpMail ^oMail = gcnew SmtpMail("TryIt");
[JScript.NET]
var oMail:SmtpMail = new SmtpMail("TryIt");
For EASendMail ActiveX Object, please use TryIt as the license code for evaluation.
[VBScript]
Set oSmtp = CreateObject("EASendMailObj.Mail")
oSmtp.LicenseCode = "Your license code"
[Visual Basic 6.0]
Dim oSmtp As New EASendMailObjLib.Mail
oSmtp.LicenseCode = "TryIt"
[Visual C++]
IMailPtr oSmtp;
oSmtp.CreateInstance(__uuidof(EASendMailObjLib::Mail));
oSmtp->LicenseCode = _T("TryIt");
[Delphi]
oSmtp := TMail.Create(Application);
oSmtp.LicenseCode := 'TryIt';
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.