We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently at <= 0 is causing Exists to return false for inputs like "@gmail.com".
at <= 0
Exists
From what I understand there is no reason not to change it to at < 0.
at < 0
The text was updated successfully, but these errors were encountered:
Hi, this is legit request. However, I don't feel like changing the stable API right now.
Can you do this emailproviders.Exists("info@" + domain) instead?
emailproviders.Exists("info@" + domain)
Sorry, something went wrong.
No branches or pull requests
Currently
at <= 0
is causingExists
to return false for inputs like "@gmail.com".From what I understand there is no reason not to change it to
at < 0
.The text was updated successfully, but these errors were encountered: