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

Validation does not work properly with edu.pl domains and disposable emails #15

Open
kbzowski opened this issue Dec 19, 2020 · 1 comment

Comments

@kbzowski
Copy link

kbzowski commented Dec 19, 2020

E-mail address from the @agh.edu.pl domain (correct university emails) is recognized as a typo with suggestion that it should be @agh.edu
Why does disposable, mx and smtp also not valid?

{
  valid: false,
  validators: {
    regex: { valid: true },
    typo: {
      valid: false,
      reason: 'Likely typo, suggested email: ***@agh.edu'
    },
    disposable: { valid: false },
    mx: { valid: false },
    smtp: { valid: false }
  },
  reason: 'typo'
}

I tried disposable emails from: https://temp-mail.org and https://mail.tm/ in both cases "disposable" was valid...

@SupertigerDev
Copy link

yea, for some reason, custom emails show as invalid in smtp. My email [email protected] also shows as invalid for smtp

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

2 participants