"; $emailTo2 = "Kevin Sharlow "; $emailTo3 = "Jim Mason "; $emailTo4 = "Dave Boatman "; $subject = "PotsdamAlumni.com - Contact"; $emailBody = "\n" . "Hello," . "\n" . "\n" . "This is an contact email from the PotsdamAlumni.com website. This email was sent to you because you are on the Potsdam High School Reunion Planing Team. Other reunion planning team members also received this email. Below you will find the details of the message:" . "\n" . "\n" . "Name : $name \n" . "Email : $email \n" . "Class : $class \n" . "Questions : $questions \n" . "\n" . "\n" . "Have a great day.\n \n" . "The PotsdamAlumni.com Web Development Team\n"; $emailHeader = "From: $email\n" . "MIME-Version: 1.0\n" . "Content-type: text/plain; charset=\"ISO-8859-1\"\n" . "Content-transfer-encoding: 8bit\n"; //Send email $sendMail = mail($emailTo1, $subject, $emailBody, $emailHeader); $sendMail = mail($emailTo2, $subject, $emailBody, $emailHeader); $sendMail = mail($emailTo3, $subject, $emailBody, $emailHeader); $sendMail = mail($emailTo4, $subject, $emailBody, $emailHeader); if($sendMail){ //Redirect Success. $_SESSION['formStatus'] = "success"; $_SESSION['formMessage'] = "

Thank you for contacting PotsdamAlumni.com. We will respond to your message shortly!

"; header("Location: contact.html"); die("Redirect error, please use this link: click here"); } else { $_SESSION['formMessage'] = "

*An error occured while sending your contact message, please refresh the page and try again.

"; //Redirect Failure header("Location: contact.html"); die("Redirect error, please use this link: click here"); } } //display success else if($_SESSION['formStatus'] == "success"){ include("includes/site_upper.php"); ?>
Thank you!:
Contact the RSVP Coordinators:
Bob Benson Kevin Sharlow Jim Mason
Bob Benson Kevin Sharlow Jim Mason

Your Name:
Your Email:
Class:
Questions:
Comments: