afterSend method

Future<void> afterSend()

Hook called after the mailable is sent successfully.

Override to perform actions after sending.

Implementation

Future<void> afterSend() async {}