You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Class Egulias\EmailValidator\Validation\DNSCheckValidation is returning email "0" as valid email, for some reason DNS check is passing when email is "0", I perform validation check using following code:
$isEmailValid = $dnsCheckValidation->isValid($email, new EmailLexer());
In above example $isEmailValid is returned as true and "0" becomes a valid email address.
Edited on 10:51 2/20/2020 (GMT +5)
Egulias\EmailValidator\Validation\DNSCheckValidation isValid() also returns true for these email addresses: new.email email.com
The text was updated successfully, but these errors were encountered:
Class Egulias\EmailValidator\Validation\DNSCheckValidation is returning email "0" as valid email, for some reason DNS check is passing when email is "0", I perform validation check using following code:
$isEmailValid = $dnsCheckValidation->isValid($email, new EmailLexer());
In above example $isEmailValid is returned as true and "0" becomes a valid email address.
Edited on 10:51 2/20/2020 (GMT +5)
Egulias\EmailValidator\Validation\DNSCheckValidation isValid() also returns true for these email addresses:
new.email
email.com
The text was updated successfully, but these errors were encountered: