Site Map Email Us Home
 
All Products
Clever Internet Suite
Clever Internet .NET Suite
Clever Internet ActiveX Suite
Clever Keyboard Indicator
Database Comparer
Database Comparer VCL
Database Comparer ActiveX
Interbase DataPump
Subscribe and receive email notifications on all major releases and other important events.
Your Name:
Your Email:
 

Best Offer for Delphi / C++ Builder Developers

 

Buy FIBPlus at discount price !

 
 
Products Articles Downloads Order Support
Components  | Online Demo  | Download  | Order  | History 
 

SMTP Client

Features  | Detailed Description 
 

The SMTP Client is an ActiveX control from the Clever Internet ActiveX Suite library.
It allows you to send e-mail messages to mail server from your applications. This control implements a standard SMTP client as specified in RFC 821, RFC 2821 and RFC 2554 documents.

Features:

  • Send any e-mails in text, HTML, alternative MIME, UUE and AppleTalk formats
  • Authentication with different methods: LOGIN, CRAM-MD5, NTLM
  • Secure your SMTP sessions using TLS and SSL protocol
  • Support for most common SMTP extensions
  • Events for sending commands, receiving responses, e-mail sending progress
  • Custom SMTP commands and enhanced status codes
  • Free one year upgrades and support

Proxy server support

To use proxy in SMTP client, you can simple set-up the connection parameters (Server, UserName and Password) to this proxy server. As a result, the SMTP client will connect to the specified proxy server. The connection to the real mail server will be handled by proxy.

Send mail using a single line of code

Smtp1. SendFrom MailMessage1

Smtp1.MailFrom = "John@company.mail"
Smtp1.MailToList.Add "Beth@domain.com"
Smtp1.MailData.LoadFromFile "c:\message.eml"
Smtp1.Send

Samples in VB, C++, C# and VB.NET

Please see the Demos code (MailProgress, MailSendReceive, MailClient) and also the indexed Help documentation provided with the Clever Internet ActiveX Suite installation to learn more about using this component in your application.

Interested?

 
Home  | Site Map  | Products  | Articles  | Downloads  | Order  | Support
 
    Copyright © 2000-2007