subject method
Sets the email subject.
Implementation
@override
MailerInterface subject(String subject) {
_message.setSubject(subject);
return this;
}
Sets the email subject.
@override
MailerInterface subject(String subject) {
_message.setSubject(subject);
return this;
}