<table width="750" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="15"> </td>
<td width="532">
<?php
$yourmail = "binaryforce@gmail.com"; // put your e-mail here
$t1 = $POST['name'];
$t2 = $POST['mail'];
$t3 = $_POST['comment'];
$data = "This is an automated mail. Someone submited the form and this is what he had to say:\nHis Name: $t1\nHis mail: $t2\nComment: $t3\n";
mail ($yourmail, "The Form", $data); // The Form mean subject of mail you will receive
die ("Thank you $t1 for the following comments: <br /><br /><tt> $t3</tt> <br /><br /> We will reply to you at: $t2\n");
?>
<!-- after this point nothing shows up -->
</td>
<td width="32"> </td>
<td width="154"> </td>
<td width="17"> </td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td><img src="images/divide.gif" width="750" height="9"></td>
</tr>
</table>