html method

  1. @override
MailerInterface html(
  1. String content
)
override

Sets the HTML body of the email.

Implementation

@override
MailerInterface html(String content) => defaultMailer.html(content);