mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Merge pull request #6417 from dinandmentink/master
Allow configuring mailgun endpoint by setting MAILGUN_ENDPOINT
This commit is contained in:
commit
dcfd178c20
@ -19,6 +19,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…
x
Reference in New Issue
Block a user