valid_email2
valid_email2 copied to clipboard
Add in ability to dynamically load in deny_listed domains
Working off of https://github.com/micke/valid_email2/issues/222, I wanted to add in the ability to load in deny-listed domains from other places outside a deny_listed_email_domains.yml
file.
This new feature should support:
- Arrays
- Sets
- Procs
- ActiveRecord queries
- Boolean (TrueClass/FalseClass) support for backwards compatibility
Let me know what you think!