Request Information from the Acme Company
\n";
$mailHeaders .= "Reply-to: ".$contactEmail;
/* You need to change dave@marketingtactics.com to YOUR email address */
mail("dave@marketingtactics.com", "Please Send Acme Info", $messageToAcme, $mailHeaders);
}
?>