<h3>Hello, <?php //echo $recipents_name; ?></h3>
<p>An Email For You..</p>
<table>
<tr>
<td>Subject:</td>
<td><?php echo $subject; ?></td>
</tr>
<tr>
<td>Message:</td>
<td><?php echo $message; ?></td>
</tr>
</table>
<h4>If you want to replay please click this <?php echo $from; ?></h4>