'labelContent' => [
'icon' => '<i class="fa fa-plus"></i>',
'html' => '<span class="test"></span>',
'attribute' => '{label}'
]
<label>
<i class="fa fa-plus"></i>
<span class="test">Your Name</span>
</label>
$content = "<p>Email: " . $this->email1 . "</p>";
$content .= "<p>Name: " . $this->name1 . "</p>";
$content .= "<p>Phone: " . $this->phone . "</p>";
$content .= "<p>Datepicker: " . $this->datepicker . "</p>";
$content .= "<p>Body: " . $this->body1 . "</p>";
Yii::$app->mailer->compose('@app/modules/users/mails/emailConfirm', ['model' => $model])
->setPhone($this->phone)
->setDatepicker($this->datepicker)
->setTextBody1($this->body1)
Возможно Вам поможет эта статья. Старенькая, но...