Solar Cooker Australia
Australia's own solar cooker?!!

The cat wants out of the bag...
But for now, use one of these great products:
From: $name
E-Mail: $email
"; ?>
E-Mail: $email
"; ?>
Message:
$message"; // a random hash will be necessary to send mixed content $separator = md5(time()); // carriage return type (we use a PHP end of line constant) $eol = PHP_EOL; // main header (multipart mandatory) $headers = "From: ".$name." <".$email.">" . $eol; $headers .= "MIME-Version: 1.0" . $eol; $headers .= "Content-Type: multipart/mixed; boundary=\"" . $separator . "\"" . $eol . $eol; $headers .= "Content-Transfer-Encoding: 7bit" . $eol; $headers .= "This is a MIME encoded message." . $eol . $eol; // message $headers .= "--" . $separator . $eol; $headers .= "Content-type:text/html;charset=UTF-8" . $eol; $headers .= "Content-Transfer-Encoding: 8bit" . $eol . $eol; $headers .= $htmlBody . $eol . $eol; //SEND Mail if ($_POST['email_stacks_in_262_page0']) { if (mail($sendTo, $subject, "", $headers)) { echo "
$message"; // a random hash will be necessary to send mixed content $separator = md5(time()); // carriage return type (we use a PHP end of line constant) $eol = PHP_EOL; // main header (multipart mandatory) $headers = "From: ".$name." <".$email.">" . $eol; $headers .= "MIME-Version: 1.0" . $eol; $headers .= "Content-Type: multipart/mixed; boundary=\"" . $separator . "\"" . $eol . $eol; $headers .= "Content-Transfer-Encoding: 7bit" . $eol; $headers .= "This is a MIME encoded message." . $eol . $eol; // message $headers .= "--" . $separator . $eol; $headers .= "Content-type:text/html;charset=UTF-8" . $eol; $headers .= "Content-Transfer-Encoding: 8bit" . $eol . $eol; $headers .= $htmlBody . $eol . $eol; //SEND Mail if ($_POST['email_stacks_in_262_page0']) { if (mail($sendTo, $subject, "", $headers)) { echo "
Message sent!
"; } else { echo "Mailer Error: " . $mail->ErrorInfo . "
"; } } ?>