mail\BaseMailer afterSend()

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
doc_Yii
2016-10-30 17:07:03
Comments
Leave a Comment

Please login to continue.