from(sprintf('%s <%s>', $this->fromName, $this->fromEmail)) ->to($mailto) ->subject($subject) ->text($message); $this->mailer->send($email); } }