PHP קוד:
<html dir="rtl">
<head>
<META content="charset=windows-1255">
<title>צור קשר</title>
</head>
<body>
<center>
<h1>נשלח בהצלחה</h1>
<?php
$to = 'aviel1616@gmail.com';
echo $_REQUEST["subject"] = $subject;
echo $_REQUEST["message"] = $message;
echo $_REQUEST["headers"] = $headers;
'Reply-To: aviel1616@gmail.com' . "\r\n" .
'X-Mailer: PHP/' . phpversion();
mail($to, $subject, $message, $headers);
?>
</center>
</body>
</html>
בכל זאת לא פועל =(