$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)
И на выходе получить уже такой вид