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 Relay

Features  | Detailed Description 
 

The SMTP Relay is an ActiveX control from the Clever Internet ActiveX Suite library.
This ActiveX control implements a SMTP Relay agent. With SMTP relay, a mail message can be delivered directly to recipient's SMTP server.

Features:

  • Connect directly to recipient's SMTP server (no local SMTP server is needed)
  • Send any e-mails in text, HTML, alternative MIME, UUE and AppleTalk formats
  • Automatic email domain resolving - query MX DNS records
  • Delivery status information
  • Events for sending commands, receiving responses, e-mail relaying progress
  • Free one year upgrades and support

Relay mail in just few lines of code

SmtpRelay1.DnsServer = txtDNS.Text
SmtpRelay1. SendFrom MailMessage.Object

For i = 0 To SmtpRelay1.StatusList.Count - 1
   Set status = SmtpRelay1.StatusList.Item(i)
   Text1.Text = Text1.Text + "====== " + status.Domain + " =====" + vbNewLine
   If status.IsSent Then
      Text1.Text = Text1.Text + "Is Sent: Yes"
   End If
   Text1.Text = Text1.Text + "erver response: " + status.ResponseText + vbNewLine + _
      "Error: " + status.ErrorText
Next i

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

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

Interested?

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