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