Developing ASP.NET2.0 application using Provider Design Pattern >>>
949.552.3075
Skip Navigation Links
Home
What We Do?
ProductsExpand Products
Founder's Bio
Web Log
  Email Verifier CustomValidator
Online businesses spend tons of money to clean up their databases from fake Email Addresses everyday. By utilizing “Email Verifier CustomValidator Component”, you will prevent this major problem from happening right at the beginning.

Drag and drop a “CustomValidator” control onto your Form page and instruct it to use “Email Verifier CustomValidator Component”. You are done!

Email verification won’t get easier than this! “Email Verifier CustomValidator Component” first checks email syntax, second it checks the domain name to ensure that the domain exist at remote mail server and finally checks user name to ensure that the user name exist within that particular domain at remote mail server.

Code Sample:

private void verify_email_live(object s, ServerValidateEventArgs e)
{
   try
  {
   verify.check_mail_server verify = new verify.check_mail_server();
   verify.Email_to_verify = e.Value;
   verify.Admin_email = ""; //Enter a valid email address.
   verify.Set_time_out = 3000; // enter integer value.
   verify.check_email();
      if (verify.Final_result == 1)
      {
       e.IsValid =
true;
      }
      else
      {
      e.IsValid =
false;
      }
    }
    catch (Exception ex)
    {
    Response.Write(ex.Message);
    }



Note: Third party "SWREG" a service from Digital River handles our secure Credit card transactions.
© 1996- 2008 AGD Studio Inc.