';
$to='vssrsfms@gmail.com';
$msg="Thank you. We will get in touch with you at the earliest.";
$headers = "MIME-Version: 1.0\n";
$headers .= "Content-type: text/html; charset=iso-8859-1 \r\n";
$headers.="From:".$to."\r\n";
@$mail=mail($to,$msg,$message,$headers);
}
?>