valid_email2 icon indicating copy to clipboard operation
valid_email2 copied to clipboard

Add in ability to dynamically load in deny_listed domains

Open scouttyg opened this issue 6 months ago • 6 comments

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!

scouttyg avatar Aug 21 '24 20:08 scouttyg