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
Pinging the SMTP server behind an email (sending a cheap ICMP) allows to easily check for invalid email providers without having to rely on sending the verification email as a proof.
Other options:
Allowlist of email providers
Sending the email regardless of availability of the service
The text was updated successfully, but these errors were encountered:
Nice suggestion! Currently I have no feedback on whether or not the sent email was a success. It tells me "email sent!" but I check and the email didn't actually exist.
Turns out it can only verify the domain exists, not whether the email exists. That's cool, it's still an upgrade.
This issue remains open though as we still aren't checking if emails exist. We concluded its a lot harder to do that part without paying for a service. Once the website grows enough and is profitable to merit paying for a service like that, this is something we could go with. https://www.npmjs.com/package/email-verifier
(btw thanks @xa31er for helping add node-email-verifier in this PR #412 )
Pinging the SMTP server behind an email (sending a cheap ICMP) allows to easily check for invalid email providers without having to rely on sending the verification email as a proof.
Other options:
The text was updated successfully, but these errors were encountered: