Skip to content

Commit

Permalink
The mail drivers now provide these by default
Browse files Browse the repository at this point in the history
  • Loading branch information
mjauvin committed Apr 23, 2024
1 parent 7ad824b commit 9c1d2a8
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions config/services.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,4 @@
| a conventional file to locate the various service credentials.
|
*/

'mailgun' => [
'domain' => env('MAILGUN_DOMAIN'),
'endpoint' => env('MAILGUN_ENDPOINT', 'api.mailgun.net'),
'secret' => env('MAILGUN_SECRET'),
],
'postmark' => [
'token' => env('POSTMARK_TOKEN'),
],
'ses' => [
'key' => env('AWS_ACCESS_KEY_ID'),
'region' => env('AWS_DEFAULT_REGION', 'us-east-1'),
'secret' => env('AWS_SECRET_ACCESS_KEY'),
],
];

0 comments on commit 9c1d2a8

Please sign in to comment.