yii\mail\MailerInterface::send PHP 메소드

send() 공개 메소드

Sends the given email message.
public send ( yii\mail\MessageInterface $message ) : boolean
$message yii\mail\MessageInterface email message instance to be sent
리턴 boolean whether the message has been sent successfully
    public function send($message);