afterSend() public method
This method is invoked right after mail was send.
You may override this method to do some postprocessing or logging based on mail send status. If you override this method, please make sure you call the parent implementation first.
public void afterSend ( $message, $isSuccessful ) | ||
---|---|---|
$message | yii\mail\MessageInterface | |
$isSuccessful | boolean |
Please login to continue.