Katy & Carole Jenkins
Glynhir Mansion
Glynhir Road
Llandybie
Carmarthenshire
Wales, UK
SA18 2TD
t: +44 (01269) 850438
f: +44 (01269) 851275
e: enquiries@theglynhirestate.com
 |
fill out the form with your booking request and we will contact you with confirmation. |
|
| if ($errmsg=="") {
//no errors found. proceed with emailing form
$msg="";
$msg .= "Preferred Accomodation:\t$accommodation\n";
$msg .= "Title:\t$title\n";
$msg .= "First name:\t$firstname\n";
$msg .= "Surname:\t$surname\n";
$msg .= "Number of Adults:\t$adults\n";
$msg .= "Telephone Number:\t$telephone\n";
$msg .= "Email:\t$email\n";
$msg .= "Address1:\t$address1\n";
$msg .= "Address2:\t$address2\n";
$msg .= "City:\t$city\n";
$msg .= "County:\t$county\n";
$msg .= "Postcode:\t$post_code\n";
$msg .= "Country:\t$country\n";
$msg .= "Arrival Date:\t$arrival_day/$arrival_month/$arrival_year\n";
$msg .= "Departure Date:\t$departure_day/$departure_month/$departure_year\n";
$msg .= "Number of Adults:\t$adults\n";
$msg .= "Number of Children:\t$children\n";
$msg .= "Pets:\t$pets\n";
$msg .= "General Enquiry:\t$general_enquiry\n";
$recipient = "bookings@theglynhirestate.com";
$subject = "Website Enquiry";
$mailheaders = "From: $email\nReply-To: $email\n\n";
mail($recipient, $subject, $msg, $mailheaders);
?>
Thank you for your booking request. It has been emailed to us, and we will be in touch as soon as possible
} else {
echo "";
}
?>
|
|