beforeSend method
Hook called before the mailable is sent.
Override to perform actions before sending.
Implementation
Future<void> beforeSend() async {}
Hook called before the mailable is sent.
Override to perform actions before sending.
Future<void> beforeSend() async {}