This package can validate email addresses using domain lists.
It provides a class that can take a list of email addresses and validate it using lists of domains that may be considered invalid.
The class can use a provider object that provides the list of invalid domains.
It also allows you to strictly control which domains are permitted by defining one or multiple allowed domains, making it easy to restrict emails to your organization or trusted providers only.