yii\mail\BaseMailer::sendMessage PHP Method

sendMessage() abstract protected method

This method should be implemented by child classes with the actual email sending logic.
abstract protected sendMessage ( yii\mail\MessageInterface $message ) : boolean
$message yii\mail\MessageInterface the message to be sent
return boolean whether the message is sent successfully
    protected abstract function sendMessage($message);