Site Map Contact Us Home
E-mail Newsletter
Subscribe to get informed about
Clever Components news.

Your Name:
Your Email:
 
SUBSCRIBE
 
Previous Newsletters
 




Products Articles Downloads Order Support
Customer Portal      

Email Validator

Features | Detailed Description

The Email Validator is a component from the Clever Internet Suite library.
This component is used to verify if an email address is valid, properly formatted and really exist..

Available in .NET, VCL and ActiveX editions.

Features:

  • Validate Email syntax
  • Validate DNS name
  • Check SMTP server availability on the Network
  • Mailbox validation
  • Add user-defined email validations
  • Free one year upgrades and support

Validate Email address in just few lines of code

Delphi
validator.DnsServer := cDnsHost;
validator.ValidationLevel := vlMailbox;
validator.EmailFrom := 'qwe@asd.com';

result := validator.Validate('test@domain.com');

C#
validator.DnsServer = cDnsHost;
validator.ValidationLevel = EmailValidationLevel.Mailbox;
validator.EmailFrom = "qwe@asd.com";

EmailValidationResult result = validator.Validate("test@domain.com");

Complete Delphi and C# source code

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

Interested?

 

    Copyright © 2000-2024