\n"; $mailHeaders .= "Reply-To: ".$_POST['from']."\n"; $mailHeaders .= "X-Mailer: PHP\n"; $mailHeaders .= "X-Sender: ".$_POST['from']."\n"; $mailHeaders .= "Return-Path: ".$_POST['from']."\n"; $mailHheaders .= "Cc: ".$_POST['cc']."\n"; $mailHeaders .= "X-Priority: 3\n"; //1 UrgentMessage, 3 Normal $mailHeaders .= "Content-Type: text/html; charset=iso-8859-1\n"; if ($email) { if (mail($to, $message2)) { print("Thank You for subscribing. Click back to Return to DanaLittleton.com"); } else { print("The server encountered an unexpected condition which prevented it from fulfilling the request."); } } else { print("Please fill out all fields."); } ?>
Site hosted by Angelfire.com: Build your free website today!