Код: Выделить всё
$to = "chennessy@hsysgrp.com";
$subject = "Inquiry from Website";
$txt = "Information about a burial";
$headers = "From: chennessy@hsysgrp.com" . "\r\n". X-Mailer:PHP/' .phpversion();
mail($to,$subject,$txt,$headers) or die(Error!");
Подробнее здесь: https://stackoverflow.com/questions/792 ... rom-script
Мобильная версия