Browse Source

Add missing Mailgun 'endpoint' option

Counterpart to https://github.com/laravel/framework/pull/25010
Claudio Dekker 5 years ago
parent
commit
dfe5afa71b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      config/services.php

+ 1 - 0
config/services.php

@@ -17,6 +17,7 @@ return [
     'mailgun' => [
         'domain' => env('MAILGUN_DOMAIN'),
         'secret' => env('MAILGUN_SECRET'),
+        'endpoint' => env('MAILGUN_ENDPOINT', 'api.mailgun.net'),
     ],
 
     'ses' => [