info@nysignart.com | 161 22nd St, Brooklyn, NY 11232
$email2="info@nysignart.com";
$name= $_POST["cm-name"];
$email= $_POST["cm-trj-trj"];
$comments= $_POST["comments"];
$nospam= $_POST["nospam"];
$subject = " New Contact Request";
if (empty($nospam))
{
//This is the body section of the email and can be substituted for your message
$message="Name: $name
Email: $email
Comments: $comments";
$headers = 'From:' .$email. "\r\n" . 'X-Mailer: PHP/' . phpversion();
mail($email2, $subject, $message, $headers);
}
echo "
Your contact request has been submitted. Please allow 24 hours for a response.
Email Us: info@nysignart.com
info@nysignart.com | 161 22nd St, Brooklyn, NY 11232