Pivo Email Validator Component - Version 1.01 Email Validator is an assembly that requires theMicrosoft .NET framework to run. It is used to validateemail addresses at different levels. Email Validatordoes not have a GUI front end, it is a server componentthat can only be accessed programmatically. EmailValidator can be used on signup forms or it canvalidate huge lists of email addresses from one addressto million. Email Validator validates email addressesat four different levels. Syntax, Domain, SMTP, andMailbox levels. To validate an email address, simplycreate the EmailValidator object, pass it the emailaddress and the level of validation to check, and EmailValidator will do the rest. For some code examples onhow to use Email Validator, click here. Email Validatordoes not actually send an email, but it can check theremote mail server to see if the server will accept anemail for that address. The only way to truly check tosee if an email address is valid, is to send an email.Here's a more detailed explanation of the 4 levels ofvalidation provided by Email Validator.