Releases: stymiee/email-validator
Email Validator 1.1.4
Email Validator 1.1.3
Handled potential for null being returned when validating a banned domain name.
Email Validator 1.1.2
Validation against banned domains now does a wildcard match for more robust blocking
Email Validator 1.1.1
When getting an email address' username, if there was none, return an empty string instead of NULL
Email Validator 1.1.0
Added support for identifying and working with Gmail addresses using the "plus trick" to create unique addresses.
Email Validator 1.0.2
Issue #2: Error state not clearing between validations
Email Validator 1.0.1
Adds a new EmailValidator::getErrorCode() method to get a numerical representation of why an email address is invalid
Email Validator 1.0.0
The Email Validator library builds upon PHP's built in filter_var($emailAddress, FILTER_VALIDATE_EMAIL);
by adding a default MX record check. It also offers additional validation against disposable email addresses, free email address providers, and a custom banned domain list.