diff --git a/config/services.php b/config/services.php index de8c4ed71a..21acb6778a 100644 --- a/config/services.php +++ b/config/services.php @@ -25,6 +25,7 @@ return [ 'mailgun' => [ 'domain' => env('MAILGUN_DOMAIN'), 'secret' => env('MAILGUN_SECRET'), + 'endpoint' => env('MAILGUN_ENDPOINT', 'api.mailgun.net'), ], 'mandrill' => [