diff --git a/contact.php b/contact.php
index d41a873..e161b0e 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 = "info@warmseal-roofing.co.uk";
+ $to = "enquiries@warmseal-roofing.co.uk";
$website_name = "Warmseal Roofing contact";
$from_email = "noreply@" . $_SERVER['HTTP_HOST'];
$headers = "From: " . $website_name . " <" . $from_email . ">" . "\r\n" .