1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-19 16:01:34 +02:00

Merge pull request #5770 from dinandmentink/#2537-allow-configuring-mailgun-endpoint

Allow configuring mailgun endpoint by setting MAILGUN_ENDPOINT
This commit is contained in:
David Bomba 2021-05-21 19:03:31 +10:00 committed by GitHub
commit ca7592b4e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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