You've already forked laravel-mail
Update 'src/BMailApi.php'
This commit is contained in:
@@ -27,7 +27,7 @@ class BMailApi
|
|||||||
*/
|
*/
|
||||||
public function send($template, $notifiable): StreamInterface
|
public function send($template, $notifiable): StreamInterface
|
||||||
{
|
{
|
||||||
$url = config('bmail.api_url');
|
$url = config('bmail.api_url', 'https://bluescale.email/api/project/template/send');
|
||||||
|
|
||||||
$client = new Client();
|
$client = new Client();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user