You've already forked laravel-mail-templates
fix sib config
This commit is contained in:
@@ -33,6 +33,7 @@ class SendinblueProvider implements TemplateMailProvider
|
|||||||
|
|
||||||
public function send(MailTemplate $template, $notifiable = null)
|
public function send(MailTemplate $template, $notifiable = null)
|
||||||
{
|
{
|
||||||
|
$config = $this->config;
|
||||||
$data = $template->toArray();
|
$data = $template->toArray();
|
||||||
|
|
||||||
$model = new SendSmtpEmail();
|
$model = new SendSmtpEmail();
|
||||||
@@ -71,4 +72,4 @@ class SendinblueProvider implements TemplateMailProvider
|
|||||||
|
|
||||||
$this->api->sendTransacEmail($model);
|
$this->api->sendTransacEmail($model);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user