if ($action == send){
$comments = str_replace(chr(10), '
', $comments);
//$to = "admin@boatsonline.com.au";
$to = "machinery@fraserhrones.com.au";
$subject="Machinery enquiry";
$headers = "From: <$email>\n";
$headers .= "MIME-Version: 1.0\n";
$headers .= "Content-Type: text/html\n";
$message="
|
$name has filled out the Contact Form on your website. See the result of the submission below. |
|
| Client Name: | $name |
| Company Name: | $company |
| Client Email: | |
| Client Phone: | $phone |
| Comments: | $comments |
| Interest: | ".implode(", ",$info)." |
|
Thank you for contacting Fraser Hrones. You will be forwarded to our home page in a moment. |
} ?>