Skip to content

Commit 4574265

Browse files
committed
add postmark token
1 parent 0ee4cec commit 4574265

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

config/services.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@
2020
'endpoint' => env('MAILGUN_ENDPOINT', 'api.mailgun.net'),
2121
],
2222

23+
'postmark' => [
24+
'token' => env('POSTMARK_TOKEN'),
25+
],
26+
2327
'ses' => [
2428
'key' => env('AWS_ACCESS_KEY_ID'),
2529
'secret' => env('AWS_SECRET_ACCESS_KEY'),

0 commit comments

Comments
 (0)