Browse Source

add postmark token

Taylor Otwell 5 years ago
parent
commit
45742652cc
1 changed files with 4 additions and 0 deletions
  1. 4 0
      config/services.php

+ 4 - 0
config/services.php

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