I renamed all the variables but the result is the same
$body = "
<html><body>
<p><b>Имя:</b> $userName</p>
<p><b>Email:</b> $userEmail</p>
<p><b>Телефон:</b> $phone</p>
<p><b>Серийный номер:</b> $serial</p>
<p><b>Сообщение:</b> $message</p>
</body></html>
";
$this->sendMail($from, $fromname, $recipient, $subject, $body, $isHTML = true);