build abstract method

Future<void> build(
  1. MailerInterface mailer
)

Builds the email message.

Use the provided mailer to configure the email.

Implementation

Future<void> build(MailerInterface mailer);