mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 05:02:36 +01: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:
commit
ca7592b4e3
@ -21,6 +21,7 @@ return [
|
|||||||
'mailgun' => [
|
'mailgun' => [
|
||||||
'domain' => env('MAILGUN_DOMAIN',''),
|
'domain' => env('MAILGUN_DOMAIN',''),
|
||||||
'secret' => env('MAILGUN_SECRET',''),
|
'secret' => env('MAILGUN_SECRET',''),
|
||||||
|
'endpoint' => env('MAILGUN_ENDPOINT', 'api.mailgun.net'),
|
||||||
],
|
],
|
||||||
|
|
||||||
'mandrill' => [
|
'mandrill' => [
|
||||||
|
Loading…
Reference in New Issue
Block a user