|

Anil
Goyal (Director)
RTM
GROUP
Mailing
Address:
B-3/358 Ground Floor, Paschim Vihar,
New Delhi - 110063
Mobile:
+91-09899281776, 09350839078
Website:
http://www.rtmindia.com
Email: info@rtmindia.com
|
if ($submit)
{
$to = "info@icynspicy.com";
/* subject */
$subject = "Contact Us Form from website : http://www.icynspicy.com";
/* message */
/* To send HTML mail, you can set the Content-type header. */
$headers = "MIME-Version: 1.0\r\n";
$headers .= "Content-type: text/html; charset=iso-8859-1\r\n";
/* additional headers */
$headers .= "From: ICYNSPICY \r\n";
/* and now mail it */
$message="$name, $address, $phone, $email, $comments";
mail($to, $subject, $message, $headers);
echo "
Thank you for submitting your valuable query! We will get back to you as soon as possible. ";
}
else
{
?>
}?> |