public function appointment($email)
{
if ($this->validate()) {
Yii::$app->mailer->compose([
"@app/mail/layouts/html", ['model' => $this]
])
//->setTo($email)
->setTo('swallowsveta97@yandex.ru')
->setFrom([$email => $this->name])
->send();
return true;
}
return false;
}
<p>Name: <?=$model->name ?></p>;
<p>Phone:<?=$model->phone?></p>;
Вы, случаем, не автозагрузчик composer имеете ввиду?