Added mailgun endpoint option, defaulting to the US
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
@@ -25,6 +25,7 @@ return [
|
||||
'mailgun' => [
|
||||
'domain' => env('MAILGUN_DOMAIN'),
|
||||
'secret' => env('MAILGUN_SECRET'),
|
||||
'endpoint' => env('MAILGUN_ENDPOINT', 'api.mailgun.net'),
|
||||
],
|
||||
|
||||
'mandrill' => [
|
||||
|
||||
Reference in New Issue
Block a user