add postmark token

This commit is contained in:
Taylor Otwell 2019-02-25 20:21:00 -06:00
parent 0ee4cec523
commit 45742652cc
1 changed files with 4 additions and 0 deletions

View File

@ -20,6 +20,10 @@
'endpoint' => env('MAILGUN_ENDPOINT', 'api.mailgun.net'), 'endpoint' => env('MAILGUN_ENDPOINT', 'api.mailgun.net'),
], ],
'postmark' => [
'token' => env('POSTMARK_TOKEN'),
],
'ses' => [ 'ses' => [
'key' => env('AWS_ACCESS_KEY_ID'), 'key' => env('AWS_ACCESS_KEY_ID'),
'secret' => env('AWS_SECRET_ACCESS_KEY'), 'secret' => env('AWS_SECRET_ACCESS_KEY'),