Contact Us
// we are using PEAR::Mail
require_once "Mail.php";
// these are the email recipients the form is send to
$recipients = array(
"julieteysenck@trinitysouth.co.uk,gerribesgrove@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 Westminster Chronicle 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 Westminster Chronicle 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 Juliet Eysenck an email, use the form below or call 020 8572 1816.


Recent Comments
"The more trees on our East Marylebone streets the better... Great Titchfield Street anyone?..."
"Lots of specialists state that credit loans aid people to live the way they want, just because they ..."
"I think the admin of this site is really working hard in support of his web page, as here every mate..."
"Great blog here! Also your site a lot up fast! What web host are you using? Can I get your affiliate..."
"Thanks in favor of sharing such a nice thought, paragraph is pleasant, thats why i have read it ful..."
"we watched everton fc win the cup in 1966 in the bar on a b/w telly ..."
"Except that there's no room. The only reason you say that it's a success is because you havn't actua..."
"Community members in Pimlico joined forces to promote a youth-led scheme to tackle crime and fear of..."
"RIP MATE..."
"We are always looking for more members to join the City Safe Team Pimlico and be part of making a di..."