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

Add email verification #4

Open
Aanish97 opened this issue Dec 21, 2022 · 1 comment
Open

Add email verification #4

Aanish97 opened this issue Dec 21, 2022 · 1 comment

Comments

@Aanish97
Copy link
Collaborator

Aanish97 commented Dec 21, 2022

Add a blue and a black list that will have all the domains which should not be registered to the user registry. An email will be sent to verify the user if he entered a valid email. Following are examples of invalid emails:

blue list:
gmail.com
yahoo.com
hotmail.com

black list:
can be any domain we intend to not register.

@djbusby
Copy link
Collaborator

djbusby commented Dec 22, 2022

In another user-registration tool I've built there is a very large list of "reject" domains; mostly known typos. We also perform MX lookup on all of the domains users submit which blocks a lot of junk. A third step is to lookup the domain and submitting IP on one or more DNSBL.

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