Browse Source

Merge pull request #4752 from ubient/add-mailgun-endpoint-option

Add missing Mailgun 'endpoint' option
Taylor Otwell 5 years ago
parent
commit
ad7ce02254
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' => [