feat(notification): implement idempotent email delivery system and update related services

This commit is contained in:
2026-09-14 09:41:40 -03:00
parent 756f4dad0a
commit 9c14153199
12 changed files with 604 additions and 267 deletions

View File

@@ -16,6 +16,8 @@ return [
'default' => env('MAIL_MAILER', 'log'),
'delivery_lease_seconds' => (int) env('EMAIL_DELIVERY_LEASE_SECONDS', 300),
/*
|--------------------------------------------------------------------------
| Mailer Configurations