mail\MessageInterface send()

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.

doc_Yii
2016-10-30 17:07:13
Comments
Leave a Comment

Please login to continue.