Bogardo\Mailgun\Mail\Mailer::setHtmlBody PHP Method

setHtmlBody() protected method

Set rendered HTML body.
protected setHtmlBody ( string $view, array $data )
$view string
$data array
    protected function setHtmlBody($view, array $data)
    {
        $this->message->builder()->setHtmlBody($this->renderView($view, $data));
    }