diff --git a/config/bmail.php b/config/bmail.php index 80a3ec7..b1c8a4b 100644 --- a/config/bmail.php +++ b/config/bmail.php @@ -3,6 +3,6 @@ return [ 'api_key' => env('BMAIL_API_KEY', null), - 'api_url' => env('BMAIL_API_URL', null) + 'api_url' => env('BMAIL_API_URL', 'https://bluescale.email/api/project/template/send') ];