Skip to content

Whitelist

Add trusted domains to config/disposable-email.php:

php
'whitelist' => [
    'trusted-test-domain.com',
],

Whitelist matches take precedence over built-in and custom disposable lists. They do not bypass explicitly requested RFC, filter, spoof, or DNS validation.

MIT License. Copyright Er Amit Gupta