diff --git a/config/services.php b/config/services.php index 3f73b64aa..a1e56ac99 100644 --- a/config/services.php +++ b/config/services.php @@ -17,6 +17,8 @@ return [ 'mailgun' => [ 'domain' => env('MAILGUN_DOMAIN'), 'secret' => env('MAILGUN_SECRET'), + 'endpoint' => env('MAILGUN_ENDPOINT', 'api.mailgun.net'), + 'scheme' => 'https', ], 'ses' => [