Contact Us
// we are using PEAR::Mail
require_once "Mail.php";
// these are the email recipients the form is send to
$recipients = array(
"jessicathompson@trinitysouth.co.uk,adrianseal@trinitysouth.co.uk,stevebax@trinitysouth.co.uk"
);
// get form values that were submitted
if ( isset($_POST['name']) ) {
$name = $_POST['name'];
};
if ( isset($_POST['name']) ) {
$visitor_email = $_POST['email'];
};
if ( isset($_POST['message']) ) {
$message = $_POST['message'];
};
// send email after submit is clicked
$errors ='';
if( isset($_POST['submit']) ) {
// check name and email are there
if( empty($name) || empty($visitor_email) ) {
$errors .= "\n Name and Email are required fields. ";
}
// send the email
if(empty($errors)) {
//echo "sending email...
"; //echo $name ."
"; //echo $visitor_email ."
"; //echo $message ."
"; $subject = "Message from the Feltham Communities Contact Form"; $body = "From: $name - " . $message; // smtp server $host = "172.27.14.81"; // send the contact form to all these recipients // note: syntax below only works in php5 //foreach ($recipients as &$to) { for($i=0; $i $visitor_email,
'To' => $recipients[$i],
'Subject' => $subject
);
$smtp = Mail::factory('smtp',
array (
'host' => $host,
'auth' => false,
)
);
$mail = $smtp->send($recipients[$i], $headers, $body);
}
if (PEAR::isError($mail)) {
echo("
"; //echo $name ."
"; //echo $visitor_email ."
"; //echo $message ."
"; $subject = "Message from the Feltham Communities Contact Form"; $body = "From: $name - " . $message; // smtp server $host = "172.27.14.81"; // send the contact form to all these recipients // note: syntax below only works in php5 //foreach ($recipients as &$to) { for($i=0; $i
" . $mail->getMessage() . "
"); } else { echo("Thank you!
Your message was successfully sent.
"); } } } // display error msg if(!empty($errors)) { echo nl2br($errors); } ?>Send us your stories, images, videos or information about an event you may be running locally. You can send Jessica Thomas an email, use the form below to contact her or call 020 8572 1816.

Recent Comments
"My daughters went to an infants school in Park Road Hanworth 1960s Am trying to find name of this sc..."
"well done james tobias ..."
"Even if you don't realize how to optimize your website, you need to utilize the article submission s..."
"We are a mental health charity and would like to know if we acn have a stall at your school fete, or..."
"The infrastructure is being installed little by little. First it was Halal shops and restaurants, n..."
"You have to vote for the UKIP guy if only because he looks like a Bond villain...."
"Great work! I think Roger would make a fantastic MP. Make sure you get out and vote for him!..."
"The Conservatives themselves know that they "haven't a hope in hell" of winning Feltham and Heston. ..."
"Great to see a pic of my candidate, George Hallam, especially as we failed to include George's pictu..."
"I see Seema Malholtra lives in a £3million pound house in Chelsea off the Kings Road and then claims..."