feat(notification): implement idempotent email delivery system and update related services
This commit is contained in:
@@ -16,6 +16,8 @@ return [
|
||||
|
||||
'default' => env('MAIL_MAILER', 'log'),
|
||||
|
||||
'delivery_lease_seconds' => (int) env('EMAIL_DELIVERY_LEASE_SECONDS', 300),
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Mailer Configurations
|
||||
|
||||
Reference in New Issue
Block a user