text method
Sets the plain text body of the email.
Implementation
@override
MailerInterface text(String content) {
_message.setTextBody(content);
return this;
}
Sets the plain text body of the email.
@override
MailerInterface text(String content) {
_message.setTextBody(content);
return this;
}