Added mailgun endpoint option, defaulting to the US

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2023-08-08 12:50:38 +01:00
parent 32d8d8c50e
commit 94bef046b8

View file

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