\n";
$headers .= "Reply-To: <$fromEmail>\n";
$mailbody = "Call ".$_POST['phonenumber']." as soon as possible, they've requested
a call back using our online form. Their name is ".$_POST['name']."
URI: ".$_POST['uri'];
//mail($toEmail,$subject,$mailbody,'From: '.$fromEmail."\r\n".'Reply-To: '.$fromEmail."\r\n")or die('Mail could not be sent!');
mail($toEmail, $subject, $mailbody, $headers);
?>
Thank you for your request, a spa representative will call you as soon as possible!
\n";
$headers .= "Reply-To: <$fromEmail>\n";
$mailbody = "Call ".$_POST['phonenumber']." as soon as possible, they've requested
a call back using our online form. Their name is ".$_POST['name']."
URI: ".$_POST['uri'];
// mail($toEmail,$subject,$mailbody,'From: '.$fromEmail."\r\n".'Reply-To: '.$fromEmail."\r\n")or die('Mail could not be sent!');
mail($toEmail, $subject, $mailbody, $headers);
?>
This service is only available Monday through Friday, from 8am to 6pm, Arizona time.
A spa representative will call you back during normal business hours!