if ($action == send){
$comments = str_replace(chr(10), '
', $comments);
//$to = "admin@boatsonline.com.au";
$to = "machinery@fraserhrones.com.au";
$subject="Website 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. |
|
| Name: | $name |
| Company name: | $company |
| Email: | |
| Address: | $address |
| Phone: | $phone |
| Fax: | $phone |
| Comments: | $comments |
|
Thank you for contacting Fraser Hrones. You will be forwarded to our home page in a moment. |
} ?>