About Natraj Machinery
Natraj Logo

icon

Mr. O. P. Nagpal, Chaitanya Nagpal
Natraj Machinery Private Limited
Plot No. 66, Sector 27/c
Faridabad - 121 003, Haryana, India
Phone: +(91)-(129)-2276060 / 4132825 / 4133998
Fax: +(91)-(129)-2274471
Email: info@natrajmachinery.com

 

Request a Quote

"; } if($emailField == "") { $error = true; $error_msg .= "Please enter your email.
"; } if($msgField == "") { $error = true; $error_msg .= "Please enter your message."; } // Check if some error has occurred if($error) { // Display error message echo "
" . $error_msg . "
"; } else { // Prepare email Body $Body = " Name: " . $nameField; $Body .= "\n\r Email: " . $emailField; $Body .= "\n\r Message: " . $msgField; // Send Email to this address $To = "delhichocolates@gmail.com"; // Email Subject $Subject = "Request a Quote: Delhi Chocolates"; // send email $success = mail($To, $Subject, $Body, "From: <$emailField>"); // Show success message if ($success) { echo "
Thank You: Our representative will contact you soon.
"; } else { echo "
There was some error in processing your query.
Please try again.
"; } } } ?>