Contact Us
// we are using PEAR::Mail
require_once "Mail.php";
// these are the email recipients the form is send to
$recipients = array(
"jackabell@trinitysouth.co.uk,gerribesgrove@trinitysouth.co.uk,jackabell@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 Communities - Gerrards Cross 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 Communities - Gerrards Cross 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 Jack Abell an email, use the form below or call 01753 888333.

Recent Comments
"Usually I don't learn post on blogs, but I wish to say that this write-up very forced me to check ou..."
"Tesco might not be the main cause, but I recall Tesco saying that they would create jobs!!!! they fo..."
"As a taxi driver in the Gerrards Cross area I'm curious to know how quickly the council aim to clear..."
"whoah this blog is magnificent i love reading your articles. Stay up the good work! You understand, ..."
"Mqet7l jqwoizieyowz..."
"This piece was cogent, well-wirtetn, and pithy...."
"You have provided an incredible website...."
"As well as Subaru sales, we maintain a complete inventory of Subaru parts so our Subaru service cust..."
"A friend linked me to this site. Thanks for the resources...."
"This is the second time I've been to your website. Thnx for explaining more details...."