Skip to content
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

this returns false for all email addresses #62

Open
drmalus opened this issue Jan 9, 2023 · 4 comments
Open

this returns false for all email addresses #62

drmalus opened this issue Jan 9, 2023 · 4 comments

Comments

@drmalus
Copy link

drmalus commented Jan 9, 2023

I tried to check some email addresses with this package but soon i recognized that every response is valid: false.
After i tried my own personal gmail address and another one (own domain) this validator returned smtp false in both.

@rohitrikhi
Copy link

rohitrikhi commented Feb 16, 2023

+1 facing the same issue receiving this response for every email.....

{ "valid": false, "validators": { "regex": { "valid": true }, "typo": { "valid": true }, "disposable": { "valid": true }, "mx": { "valid": true }, "smtp": { "valid": false, "reason": "Timeout" } }, "reason": "smtp" }

Edit: Seems like an ISP issue...see this https://github.com/mfbx9da4/deep-email-validator/issues/28 just use some other ISP

@Rishabh-Gaud
Copy link

Still showing same issue @mfbx9da4

@lyrianapps
Copy link

Hi, is this resolved ?

@dorman99
Copy link

have you guys check your port 25?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants