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

Check email domain validity #193

Open
2 tasks
sowmi20189 opened this issue Jan 24, 2022 · 1 comment
Open
2 tasks

Check email domain validity #193

sowmi20189 opened this issue Jan 24, 2022 · 1 comment

Comments

@sowmi20189
Copy link
Collaborator

Summary

As as admin, I want the email address field to be domain validated across the application wherever applicable.

Things to Consider

Currently, the field takes anything @.com and does not validate the domain.

Criteria for Completion

  • When the user enters an email address, the system must validate the domain
  • If the user enters an invalid email address (wrong spelling, invalid domain, numbers, special symbols, etc.), the system must throw a warning message that says "Please enter a valid email address"

Screenshot for reference will be available soon.

@JelenaD1
Copy link
Contributor

@garettarrowood I've come across truemail gem that handles email verification and it seems it's maintained well. What you think? https://github.com/truemail-rb/truemail#code-of-conduct

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants