Contact All American Heating and Cooling
if (isset($_REQUEST['subject'])) {
$fname = ucwords(strtolower($_REQUEST['FullName']));
$email = strtolower($_REQUEST['Email']);
require "class.phpmailer.php";
$smtp = new phpmailer();
$smtp->IsSMTP();
$smtp->Host = "localhost";
$smtp->IsHTML(false);
$smtp->From = "$email";
$smtp->FromName = "$fname";
$smtp->AddAddress("info@allamericanindy.com","All American Heat and Cool");
$smtp->Subject = $_REQUEST['subject'];
$smtp->Body = $_REQUEST['message'];
if (!$smtp->Send()) {
echo "\n";
?>
There was an error transmitting your request. If you continue
experience this problem, please contact our office at the phone number listed
on this website.
Thank you
} else { ?>
Thank you!
You message has been delivered to the All American Heating and Cooling.
You will receive a response from one of our support staff within 24 hours.
}
$smtp = NULL;
unset($smtp);
}
?>
if (!isset($_REQUEST['subject'])) { ?>
Email
} ?>
Call Us at 317-782-9930
|