Merge pull request #13418 from snipe/fixes/add_mailgun_endpoint

Added mailgun endpoint option, defaulting to the US
This commit is contained in:
snipe 2023-08-08 12:56:37 +01:00 committed by GitHub
commit af91ffb2da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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