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
Fully featured email address verification components for .NET 1.1 (VS 2003) and .NET 2.0 (VS 2005)
Royalty free runtime
Numerous VB.NET, ASP.NET and C# samples with complete source code
Comprehensive Visual Studio .NET style online help
Complete source code available for purchase
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
0 comments:
Post a Comment