EAValidator
Package:
Summary:
Validate an e-mail address by checking its domain
Groups:
Author:
Description:
This class can be used to validate an e-mail address by checking its domain.
It can check a given e-mail address by verifying if it matches a regular expression with a pattern of valid e-mail addresses.
The class can also check the existence e-mail address domain by opening a connection to a host with the e-mail domain name.
It can check a given e-mail address by verifying if it matches a regular expression with a pattern of valid e-mail addresses.
The class can also check the existence e-mail address domain by opening a connection to a host with the e-mail domain name.
Comments are closed.