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
The mailchecker crate provides a is_valid(email) function that ensure the email is valid and does not come from a disposable email service.
This means that email addresses from disposable email providers fail the initial syntax check, which means that the second mailchecker:is_valid() call in misc:mod.rs never occurs.
Basically, misc.is_disposable isn't useful because all disposable email addresses fail the initial syntax check because mailchecker combines the two functions into one.
Relevant log output
No response
The text was updated successfully, but these errors were encountered:
Email Provider
disposable email providers like inboxes.com
Version of check-if-email-exists (if running it yourself)
reacherhq/backend:latest
What happened?
The docs for mailchecker:is_valid() state:
This means that email addresses from disposable email providers fail the initial syntax check, which means that the second mailchecker:is_valid() call in misc:mod.rs never occurs.
Basically, misc.is_disposable isn't useful because all disposable email addresses fail the initial syntax check because mailchecker combines the two functions into one.
Relevant log output
No response
The text was updated successfully, but these errors were encountered: