$name = trim($_POST["name"]);
$customer_phone = trim($_POST["customer_phone"]);
$formname = trim($_POST["formname"]);
$message = "
Форма: $formname <br>
Имя: $name <br>
Телефон: $customer_phone
";
$name = trim($_POST["name"]);
$customer_phone = trim($_POST["customer_phone"]);
$formname = trim($_POST["formname"]);
$message = "
Форма: $formname <br>
Имя: $name <br>
Телефон: $customer_phone
";