Skip to content

Commit

Permalink
Merge pull request #5770 from dinandmentink/#2537-allow-configuring-m…
Browse files Browse the repository at this point in the history
…ailgun-endpoint

Allow configuring mailgun endpoint by setting MAILGUN_ENDPOINT
  • Loading branch information
turbo124 committed May 21, 2021
2 parents a87b223 + 5bb0229 commit ca7592b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/services.php
Expand Up @@ -21,6 +21,7 @@
'mailgun' => [
'domain' => env('MAILGUN_DOMAIN',''),
'secret' => env('MAILGUN_SECRET',''),
'endpoint' => env('MAILGUN_ENDPOINT', 'api.mailgun.net'),
],

'mandrill' => [
Expand Down

0 comments on commit ca7592b

Please sign in to comment.