composeMessage() protected method
Composes a mail message with the given body content.
| protected yii\mail\MessageInterface composeMessage ( $body ) | ||
|---|---|---|
| $body | string |
The body content |
| return | yii\mail\MessageInterface |
$message |
composeMessage() protected method
Composes a mail message with the given body content.
| protected yii\mail\MessageInterface composeMessage ( $body ) | ||
|---|---|---|
| $body | string |
The body content |
| return | yii\mail\MessageInterface |
$message |
Please login to continue.