beforeSend method

Future<void> beforeSend()

Hook called before the mailable is sent.

Override to perform actions before sending.

Implementation

Future<void> beforeSend() async {}