echo "Thank Your ".$_POST['Name']." your message has been sent.";
$to = '
[email protected]' . ', '; // note the comma
// subject
$subject = "Contact Us";
// message
$message = "
<html>
<head>
<title>support</title>
</head>
<body>
<table>
<tr>
<th>You Details</th>
</tr>
</table><br /><br />...