handle invalid email address

This commit is contained in:
Denis Duliçi
2023-04-24 11:02:45 +03:00
parent d1cd9a5cd4
commit c15d9349b0
11 changed files with 286 additions and 0 deletions

View File

@ -108,6 +108,10 @@ class Event extends Provider
'App\Listeners\Email\ReportTooManyEmailsSent',
'App\Listeners\Email\TellFirewallTooManyEmailsSent',
],
'App\Events\Email\InvalidEmailDetected' => [
'App\Listeners\Email\DisablePersonDueToInvalidEmail',
'App\Listeners\Email\SendInvalidEmailNotification',
],
];
/**