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  | Download  | Order  | History 
 

SMTP Relay for .NET

Features  | Detailed Description 
 

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

Features:

  • 100% managed code
  • 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.Send(mailMessage);

foreach (SmtpRelayStatus item in smtpRelay1.StatusList) {
   txtDeliveryStatus.Text += "====== " + item.Domain + " ======\r\n";
   txtDeliveryStatus.Text += "Status: " + (item.IsSent ? "Sent" : "Not Sent") + "\r\n";
   txtDeliveryStatus.Text += "Server response: " + item.ResponseText + "\r\n";
   txtDeliveryStatus.Text += "Error: " + item.ErrorText + "\r\n\r\n";
}

Samples, including WinForm and ASP.NET clients in C# and VB.NET

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

Complete C# source code

When Purchasing the Clever Internet .NET Suite you receive the full sources for all suite components and also free unlimited support.

Interested?

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