HomeCommunityControl GalleryForm Controls ASP.NET Email Validator

ASP.NET Email Validator



Submit a Review

1,233 Downloads

13,404 Views


Description

What is Email Validator ? ASP.Net Email Address Validator Control finds invalid email addresses without actually sending an email, in your mailing list or in your website form ! ASP.Net Email Address Validator Control will make sure you keep valid email addresses of your customers and stay connected ! ASP.Net Email Address Validator Control is highly scalable email validator solution. Capable of handling large volumes of addresses and it can be easily integrated into your website to check addresses on-the-fly ! New Features 1 Supports Visual Studio 2005/2008/2010. Email Validator 2.1 supports Visual Studio 2010. 2 Supports .Net Framework 4.0. Email Validator 2.1 supports .Net Framework 4.0. For Email Validator 2.0 .NET Framework 2.x is Required 3 Added new Demo with Sample Code for Windows with Visual Studio 2010. Email Validator 2.1 includes new demo with Sample Code for Windows with Visual Studio 2010. You can test it by downloading it from Download Email Validator 2.1 for windows 4 Added new Demo with Sample Code for Web with Visual Studio 2010. Email Validator 2.1 includes new demo with Sample Code for Web with Visual Studio 2010. You can test it by downloading it from Download Email Validator 2.1 for web 5 Coma separated validation Email Validator now has the capability to validate comma separated email addresses. 6 Mailbox Domains* List: Validating to the MXRecords, Email Validator returns a successful validation for email address found in Known/Accepted Domains*. * There are a number of domains that are known to exist, and have a high frequency of being added to your email list. Some of these Known/Accepted domains include "hotmail.com; aol.com; yahoo.com; usa.net; bigfoot.com; ibm.net; earthlink.net; mindspring.com; msn.com; uno.com; ibm.com; excite.com; geocities.com; compuserve.com; altavista.com; microsoft.com; netzero.net".

Syntax Example

using System; using DimpleSoftwares.ASPNET.Components ; namespace EmailValidatorDemo { /// <summary> /// Summary description for Class1. /// </summary> class Class1 { /// <summary> /// The main entry point for the application. /// </summary> [STAThread] static void Main(string[] args) { try { EmailAddressValidator e = new EmailAddressValidator(); e.DnsServer = "69.50.184.85"; e.SmtpFromEmail = "yourcompany@yourcompany.com"; e.SmtpFromDomain = "mail.yourcompany.com"; e.UseMXCach = true; e.Validate("yourname@company.com"); Console.WriteLine("Server: {0}", e.SmtpTranscript ); Console.ReadLine(); } catch(Exception ex) { Console.WriteLine("Server: {0}",ex.ToString() ); Console.ReadLine(); } } } }

Screenshots

Reviews

Submit a review