mail\BaseMailer sendMessage()

sendMessage() protected abstract method

Sends the specified message.

This method should be implemented by child classes with the actual email sending logic.

protected abstract boolean sendMessage ( $message )
$message yii\mail\MessageInterface

The message to be sent

return boolean

Whether the message is sent successfully

doc_Yii
2016-10-30 17:07:07
Comments
Leave a Comment

Please login to continue.