What exactly does the email Validator do?
The Validator checks email addresses over a series of levels to a level specified by the user. If the validation fails at any step along the way, it stops and reports an error. In brief, the levels are: Syntax. The address is formatted correctly. Blacklist. Check for known bad email addresses Whitelist. Check for known good email addresses Greenlist. Check for addresses with domains that confirm all addresses DnsLookup. Check for mail exchange servers (MX records) associated with the email address SmtpConnect. Attempt to connect to these mail servers SmtpRecipient.
Related Questions
- What implications do the use of your component has on the server that hosts the Email Validator control? Such as, blacklisting the servers IP?
- Why does Email Validator returns every Yahoo Address as correct. Even an Invalid Email Address like asfsasga@yahoo.com?
- Can Email Validator validate a text file of email addresses?