EmailValidator icon indicating copy to clipboard operation
EmailValidator copied to clipboard

PHP Email address validator

Results 50 EmailValidator issues
Sort by recently updated
recently updated
newest added

Hello, we are using your RFCValidation (Package version 2.1.25) through the laravel-framework validation and found a problem. Some customers entered their email address with a whitespace before or after the...

A dot before @ ([email protected]) will be marked as invalid. ~~Browsers (Chrome) and Symfony Validators mark them as valid too.~~ - The Symfony-Validator can be configured to use "HTML5" or...

`No MX or A DSN record was found for this email` Should be: `No MX or A DNS record was found for this email`

As title, since the Travis CI dot org will be deprecated soon, it should migrate to Travis CI dot com or other CI services. Such as Circle CI or GitHub...

enhancement

Hello, I'm using DNSCheckValidation in production on many sites with great success. Recently I discovered some specific domains that are validated as invalid. Those domains are valid and have correct...

enhancement

Is it possible to only enable ASCII in RFC validation?

Backport of the `Use a safe way to execute dns_get_record (v3)` #286 ___________ The idea is to create a custom error handler for dns_get_record(), call dns_get_record and then restore the...