Skip to content

Commit

Permalink
Merge pull request #13418 from snipe/fixes/add_mailgun_endpoint
Browse files Browse the repository at this point in the history
Added mailgun endpoint option, defaulting to the US
  • Loading branch information
snipe authored Aug 8, 2023
2 parents 32d8d8c + 94bef04 commit af91ffb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/services.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
'mailgun' => [
'domain' => env('MAILGUN_DOMAIN'),
'secret' => env('MAILGUN_SECRET'),
'endpoint' => env('MAILGUN_ENDPOINT', 'api.mailgun.net'),
],

'mandrill' => [
Expand Down

0 comments on commit af91ffb

Please sign in to comment.