
|
Pivo Email Validator Component
-
Version
1.01
Email Validator is an assembly that requires the
Microsoft .NET framework to run. It is used to validate
email addresses at different levels. Email Validator
does not have a GUI front end, it is a server component
that can only be accessed programmatically. Email
Validator can be used on signup forms or it can
validate huge lists of email addresses from one address
to million. Email Validator validates email addresses
at four different levels. Syntax, Domain, SMTP, and
Mailbox levels. To validate an email address, simply
create the EmailValidator object, pass it the email
address and the level of validation to check, and Email
Validator will do the rest. For some code examples on
how to use Email Validator, click here. Email Validator
does not actually send an email, but it can check the
remote mail server to see if the server will accept an
email for that address. The only way to truly check to
see if an email address is valid, is to send an email.
Here's a more detailed explanation of the 4 levels of
validation provided by Email Validator.
|