yii\mail\MailerInterface::send PHP Method

send() public method

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