sendMessage() protected abstract method
Sends the specified message.
This method should be implemented by child classes with the actual email sending logic.
| protected abstract boolean sendMessage ( $message ) | ||
|---|---|---|
| $message | yii\mail\MessageInterface |
The message to be sent |
| return | boolean |
Whether the message is sent successfully |
Please login to continue.