build abstract method
Builds the email message.
Use the provided mailer to configure the email.
Implementation
Future<void> build(MailerInterface mailer);
Builds the email message.
Use the provided mailer to configure the email.
Future<void> build(MailerInterface mailer);