html method
Sets the HTML body of the email.
Implementation
@override
MailerInterface html(String content) => defaultMailer.html(content);
Sets the HTML body of the email.
@override
MailerInterface html(String content) => defaultMailer.html(content);