Jayco.co.in    
Jayco.co.in
+91- 9824448834
inquiry@jayco.co.in
Home Product Overview Product inquiry Contact Us
         
 
 
Name * ::
Company Name ::
Address ::
City * ::
Country * ::
Phone * ::
Fax ::
E-mail * ::
Message * ::
Verification Code * :: verification image, type it in the box 
   

 

 
   
Copyright jayco.co.in
"; $body.="Name:".$_POST['name']."
"; $body.="Company Name:".$_POST['cname']."
"; $body.="Address:".$_POST['address']."
"; $body.="City:".$_POST['city']."
"; $body.="Country:".$_POST['country']."
"; $body.="Phone:".$_POST['phone']."
"; $body.="Fax:".$_POST['fax']."
"; $body.="Email:".$_POST['email']."
"; $body .= "Message:".nl2br($_POST['message']).""; require("smtp/class.phpmailer.php"); $mail = new PHPMailer(); $mail->IsSMTP(); // set mailer to use SMTP $mail->Host = "mail.jayco.co.in"; $mail->SMTPAuth = true; $mail->Username = "donotdelete@jayco.co.in"; $mail->Password = "123456"; $mail->Port = "26"; $mail->From = "donotreply@jayco.co.in"; $mail->FromName = $_POST['name']; $mail->AddAddress("inquiry@jayco.co.in", ""); $mail->Subject = "Feedback Form"; $mail->Body = $body; $mail->IsHTML(true); if(!$mail->Send()) { echo "Message could not be sent. Mailer Error: " . $mail->ErrorInfo; exit; } else { header("Location:thanks.php"); } setcookie('tntcon',''); } else { echo ''; } } ?>