ComponentSpace Professional .NET and ActiveX components for developers
ComponentSpace Home | Products | Downloads | Support | Purchase | Services | About Us
 
Email address verification for your C#, VB.NET, and ASP.NET applications

Email address verification for your C#, VB.NET, and ASP.NET applications

.NET
Product Links
 Purchase
single developer - $199 
4 developer team - $299 
8 developer team - $399 
site license - $499 
site + source - $999 
 
 Download
 Documentation
 Code Samples
 Screen Shots
 Testimonials
 Ask a Question

The Email Checker .NET component offers .NET developers sophisticated email verification from within their applications. Validate email address syntax and verify against the domain’s mail server.

The Email Checker provides full syntax checking of email addresses as well as domain verification and user name testing using SMTP. Select the level of checking you require from a fast syntax check, to a DNS server MX record lookup to ensure the domain name is valid and a mail server is configured, to finally an SMTP check of the user name against the mail server.

Part of the award winning .NET Internet Component Suite, the component is designed specifically for .NET and is written in 100% managed C# code.


What's Included


Checking an Email Address

  • Specify the type of check to perform: syntax, domain name, user name

  • Perform email address checks either synchronously or asynchronously


Syntax Checking

  • Full syntax checking as per RFC 2822

  • Extract email address components including display name, user name and domain name


Domain Name Verification

  • Validates the domain name by performing a DNS query to retrieve the domain's MX records

  • Supports using DNS A records if no MX records are configured

  • Uses default list of DNS servers or optionally specify which DNS servers to use

  • Supports DNS server outages by automatically trying backup DNS servers


Email Address Verification

  • Validates the email address by communicating with the mail server using SMTP (RFC 2821)*

  • No email is sent to the user

  • Supports SMTP server outages by automatically trying backup SMTP servers


Designed for .NET

  • Object oriented design specifically for the .NET framework

  • 100% managed code written in C#

  • Make either synchronous or asynchronous (Begin/End) calls

  • Asynchronous calls may either use events or callbacks


* Please note that although the SMTP check can determine whether an email address is bad it cannot guarantee an address is valid as not all mail servers provide notification of invalid user names.