diff --git a/contact.php b/contact.php index c6b7a90..6b39c40 100644 --- a/contact.php +++ b/contact.php @@ -30,7 +30,7 @@ if ($_SERVER["REQUEST_METHOD"] == "POST") { if ($captcha_input !== $_SESSION['captcha']['answer']) { echo "
Incorrect CAPTCHA answer. Please try again.
"; } else { - $to = "gary@uklb.co.uk"; + $to = "info@warmseal-roofing.co.uk"; $website_name = "Warmseal Roofing contact"; $from_email = "noreply@" . $_SERVER['HTTP_HOST']; $headers = "From: " . $website_name . " <" . $from_email . ">" . "\r\n" .