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
+1
View File
@@ -25,6 +25,7 @@ return [
'mailgun' => [
'domain' => env('MAILGUN_DOMAIN'),
'secret' => env('MAILGUN_SECRET'),
'endpoint' => env('MAILGUN_ENDPOINT', 'api.mailgun.net'),
],
'mandrill' => [