
|
$toEmail="enquiries@designholidays.co.uk";
$fromEmail = $_POST["fromemail"];
$firstName = @$_POST["firstname"];
$subject = $_POST["subject"];
$comments = $_POST["comments"];
if ($submit=="Send Email")
{
unset ($submit);
$headers = "From: $fromEmail\r\nReply-To: $fromEmail\r\nContent-Type: text/plain";
$msg = "Received Email from website (lamange.co.uk)" . "\r\n\r\n";
if($firstName != "")
$msg .= sprintf("%s: %s\n", "First Name", $firstName);
$msg .= sprintf("%s: %s\n", "Email", $fromEmail);
$msg = sprintf("%s%s:\n\n%s\n\n", $msg, "Comments", $comments);
if(mail($toEmail, $subject, $msg, $headers))
{
// The email was sent OK
echo "Thank you for contacting us, we will answer you query as soon as possible";
}
else
{
//mail not sent
echo "There has been a problem sending you mail, please try again later";
}
}
else
{
?>
}
?>
Contact Us in our UK Offices |
|
www.lamanga.co.uk
4 Stairbridge Court
Stairbridge Lane
Bolney
West Sussex
RH17 5PA
|
Tel: UK (+ 44)
01444 87 22 00
Fax: UK (+44 )
01444 87 22 01
|
|