Add SES Driver

This commit is contained in:
David Bomba
2025-08-21 13:30:24 +10:00
parent 36aa8bc89e
commit da8dc7490e
5 changed files with 389 additions and 41 deletions

View File

@@ -76,6 +76,7 @@ return [
'key' => env('SES_AWS_ACCESS_KEY_ID'),
'secret' => env('SES_AWS_SECRET_ACCESS_KEY'),
'region' => env('SES_REGION', 'us-east-1'),
'topic_arn' => env('SES_TOPIC_ARN', ''),
],
'sparkpost' => [