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