Contact Us
We would be glad to have feedback from you. Drop us a line, whether it is a comment, a question, a work proposition or just a hello. You can use either the form below or the contact details on the right.
* Required fields
error_reporting(0); if($_POST['submit']=='Send Message') { //echo $_POST['subject']; $to = "darshit.mehta@surajcorporate.in"; $subject = $_POST['subject']; $txt = $_POST['name']."\r\n\r\n"; $txt .= $_POST['message']; $headers = "From: ".$_POST['email']. "\r\n" . "CC: Dsm@surajcorporate.in, Jay.mehta@surajcorporate.in, Darshit.mehta@surajcorporate.in"; mail($to,$subject,$txt,$headers); } ?>