rubyforgood / inkind-admin

A project serving Community Education Partnerships - https://www.cep.ngo/ . This Rails application presents an admin interface for CEP to manage their volunteers and students. And provides a GraphQL backend for https://github.com/rubyforgood/inkind-volunteer .
MIT License
9 stars 27 forks source link

Check email domain validity #193

Open sowmi20189 opened 2 years ago

sowmi20189 commented 2 years ago

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

Screenshot for reference will be available soon.

JelenaD1 commented 2 years ago

@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