-
Notifications
You must be signed in to change notification settings - Fork 88
Open
Description
Hi, I am not very familiar with the principle of email address verification.
We have a new Go backend service that needs to verify the email addresses of newly registered users, and I found two repos: this one and AfterShip/email-verifier.
Compared to email-verifier, I found that this repo only provides verification of format, domain and user But it is simple and efficient enough, and the other one seems to have an outgoing smtp 25 port limit while providing multiple dimensions to check(including disposable and free domain).
My question is, is it possible to use this library to accurately and efficiently verify the validity of user addresses for new user mailboxes?
lryong
Metadata
Metadata
Assignees
Labels
No labels