tell firewall that too many emails were sent

This commit is contained in:
Denis Duliçi
2023-03-25 14:27:55 +03:00
parent fd8b6c15b5
commit 70ab665c89
6 changed files with 206 additions and 99 deletions

View File

@@ -104,6 +104,10 @@ class Event extends Provider
'App\Events\Setting\CategoryDeleted' => [
'App\Listeners\Setting\DeleteCategoryDeletedSubCategories',
],
'App\Events\Email\TooManyEmailsSent' => [
'App\Listeners\Email\ReportTooManyEmailsSent',
'App\Listeners\Email\TellFirewallTooManyEmailsSent',
],
];
/**