Contact Us
// we are using PEAR::Mail
require_once "Mail.php";
// these are the email recipients the form is send to
$recipients = array(
"dancoombs@trinitysouth.co.uk,gerribesgrove@trinitysouth.co.uk,shujaulazam@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 West Drayton & Yiewsley 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 West Drayton & Yiewsley 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 reporter Dan Coombs an email, use the form below or call 01895 451000.

Recent Comments
"Jack Never let the truth get in the way of a good Story! Lord Soley is in fact a Labour Peer not a..."
"about time, the yiewsley health centre is a dump, good riddance to it..."
"Chris was killed 03.01.06 and buried 31.03.06. I spent 3 whole months concentrating on every single ..."
"Chris was killed 03.01.06 and buried 31.03.06. I spent 3 whole months concentrating on every single ..."
"Both my Daughters made sure they got the memorium book signed by every single person. They were NOT ..."
"Actually Leanne, Chris' two little sisters collected signatures for his memorium book at his funeral..."
"Leanne, Chris' two little sisters collected signatures for his memorium book at his funeral and NEVE..."
"I put some money in a bottle as well for Millsy that i was told that was a collection for his headst..."
"as long as it stays as house for disabled or vunerable people....this ofter changes into high priced..."
"David, what an odd question? For info like that please feel free to e-mail me for details - Gill..."