-
-
Notifications
You must be signed in to change notification settings - Fork 210
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If no dot in domain part say that email is valid #32
Comments
|
#32 - Fixed usage of DNS check and strict parameter
Hi @boobooking please check version 1.2.4, should fix your problem. |
Hi @egulias now it works much better! Thanks for fix. Trying to check boobooin@rentzilla12.ru There is no such a domain rentzilla12.ru, so i suppose that if i enable checkDNS validation will fail. But it's not. Only if i enable strict mode validation fail. Why that kind of checking depends on strict mode? |
If you check the release notes you'll see the reason.
|
Sorry! Didn't check release notes - just silently updated via composer. Thanks for support! |
I'm trying to validate that email "boobooin@mailru" it get a valid response. But it's not.
Correct email consist dot - "boobooin@mail.ru"
Tried with CheckDNS and Strict enabled - same result.
Tried email with no existed domain "boobooin@rentzilla12.ru" with CheckDNS enabled. Same incorrect result.
What am i doing wrong? Thanks in advance!
The text was updated successfully, but these errors were encountered: