" ;
$message = $message . "Company: " . $_REQUEST['company'] . " " ;
$message = $message . "address: " . $_REQUEST['address'] . " " ;
$message = $message . "City: " . $_REQUEST['city'] . " " ;
$message = $message . "telephone: " . $_REQUEST['telephone'] . " " ;
$message = $message . "fax: " . $_REQUEST['fax'] . " " ;
$message = $message . "email: " . $_REQUEST['email'] . " " ;
$message = $message . "Additional information requested: " . $_REQUEST['New_Operator'] . ", " . $_REQUEST['Refresher'] . ", " . $_REQUEST['WHIMIS'] . ", " . $_REQUEST['Pedestrian_Awareness'] . ", " . $_REQUEST['Train_the_Trainer'] . ", " . $_REQUEST['Other'] . " " ;
$message = $message . "Comments: " . $_REQUEST['Comments'] . " " ;
$email = $_REQUEST['email'];
$headers = "From: $email";
$headers = "From: $email\r\nReply-To: $email";
//add boundary string and mime type specification
$headers .= "\r\nContent-Type: multipart/alternative;";
$sent = mail($to, $subject, $message, $headers) or die ("Failure");
//print $message;
//if($sent)
//{
//
//print "Your mail was sent successfully";
//}
//else
//{print "We encountered an error sending your mail"; }
?>
INFORMATION REQUEST SUBMISSION RECEIVED
Thank you for your interest in ND Safety.
We will review your submission and respond with the information you have requested.
|