send() public abstract method
Sends the given email message.
| public abstract boolean send ( $message ) | ||
|---|---|---|
| $message | yii\mail\MessageInterface |
Email message instance to be sent |
| return | boolean |
Whether the message has been sent successfully |
send() public abstract method
Sends the given email message.
| public abstract boolean send ( $message ) | ||
|---|---|---|
| $message | yii\mail\MessageInterface |
Email message instance to be sent |
| return | boolean |
Whether the message has been sent successfully |
Please login to continue.