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