Contact Us
// we are using PEAR::Mail
require_once "Mail.php";
// these are the email recipients the form is send to
$recipients = array(
"jessicathomas@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 Isleworth 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 Isleworth 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
"Dear Sir/Madam, I work in the Events Team at Breast Cancer Care and I wanted to get in touch and fi..."
"I had got a dream to begin my own firm, nevertheless I didn't earn enough amount of money to do it. ..."
"If you want to buy a house, you would have to get the loan. Moreover, my father always utilizes a co..."
"My sister told me about this and it was very upsetting the lack of help that she received. ..."
"This is a fantastic idea!..."
"Are you foolish? Ha Ha Ha! Ψ(`∀´)Ψ Come at any time if there is a complaint. 090-8475-6493 ..."
"It was really fantastic to see all the kids working together and so obviously enjoying themselves! T..."
"I’ve been visiting your blog for a while now and I always find a gem in your new posts. Thanks for ..."
"You certainly have some agreeable opinions and views. Your blog provides a fresh look at the subject..."
"My nan and grandad worked at the studios as tea trolley lady and commissionaire on the gate. I was i..."