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