You are here:
ActiveXperts.com > ActiveEmail
Quicklinks
ActiveEmail provides an easy-to-use programming interface to SMTP- and POP3 email communications. It's perfectly suited for situations in which e-mails need to be sent/received automatically, in batches, from custom applications, webservers, or from the command-line.
![]() |
![]() |
![]() |
![]() |
![]() |
| Startup screen after installation | Use ActiveEmail with MS Visual Studio | ActiveEmail in a .NET web application | ActiveEmail in a .NET GUI forms application | ActiveEmail in a console application |
ActiveEmail Toolkit features the following:
ActiveEmail includes samples for many development tools, including:
ActiveEmail is available as a 32-bit component and as a 64-bit component (both part of the product):
ActiveEmail runs on the following Operating Systems:
The following code snippets (VBScript) illustrate how to use ActiveEmail.
SMTP: Send a plain text e-mail to a single recipient Set objSmtpServer = CreateObject("ActiveXperts.SmtpServer") ' Create SMTP server object Set objSmtpMail = CreateObject("ActiveXperts.SmtpMail") ' Create mail object objSmtpServer.Connect( "smtp.mydomain.com" ) Wscript.Echo "Connect, result: " & objSmtpServer.LastError ' Set mail properties objSmtpMail.FromAddress = "sender@mydomain.com" ' Sender's e-mail address objSmtpMail.FromName = "ActiveEmail Demo" ' Sender's displayname objSmtpMail.Subject = "ActiveEmail Message" ' Subject objSmtpMail.Body = "Hello, world" ' Body objSmtpMail.AddTo "recipient1@myrecipients.com", "Recipient 1" ' Add a recipient objSmtpServer.Send( objSmtpMail ) ' Send now WScript.Echo "Send, result: " & objSmtpServer.LastError WScript.Echo "Last response: " & objSmtpServer.LastSmtpResponse End If objSmtpServer.Disconnect ' Finally, disconnect
| Standard License AX002-0010 |
Professional License AX002-0012 |
Distribution License AX002-0020 |
|
|---|---|---|---|
| Send e-mail messages via SMTP | X | X | X |
| Receive e-mail messages via POP3 | - | X | X |
| Use component on any computer in your organization | - | X | X |
| Distribution of component | - | - | X |
To read more about ActiveEmail, use one of the following links: