send() public abstract method
Sends this email message.
public abstract boolean send ( yii\mail\MailerInterface $mailer = null ) | ||
---|---|---|
$mailer | yii\mail\MailerInterface |
The mailer that should be used to send this message. If null, the "mail" application component will be used instead. |
return | boolean |
Whether this message is sent successfully. |
Please login to continue.