yii\mail\BaseMailer::sendMessage PHP 메소드

sendMessage() 추상적인 보호된 메소드

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
리턴 boolean whether the message is sent successfully
    protected abstract function sendMessage($message);