mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-11 22:07:29 -08:00
Added mailgun endpoint option, defaulting to the US
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
32d8d8c50e
commit
94bef046b8
|
@ -25,6 +25,7 @@ return [
|
|||
'mailgun' => [
|
||||
'domain' => env('MAILGUN_DOMAIN'),
|
||||
'secret' => env('MAILGUN_SECRET'),
|
||||
'endpoint' => env('MAILGUN_ENDPOINT', 'api.mailgun.net'),
|
||||
],
|
||||
|
||||
'mandrill' => [
|
||||
|
|
Loading…
Reference in a new issue