html method
Sets the HTML body of the email.
Implementation
@override
MailerInterface html(String content) {
_message.setHtmlBody(content);
return this;
}
Sets the HTML body of the email.
@override
MailerInterface html(String content) {
_message.setHtmlBody(content);
return this;
}