diff --git a/contact.php b/contact.php
index 44164ab..5807e90 100644
--- a/contact.php
+++ b/contact.php
@@ -31,7 +31,7 @@ if ($_SERVER["REQUEST_METHOD"] == "POST") {
echo "
Incorrect CAPTCHA answer. Please try again.
";
} else {
$to = "gary@uklb.co.uk"; // TEST EMAIL DESTINATION
- $website_name = "Your Website Name"; // Replace with your actual website name
+ $website_name = "Warmseal Roofing contact"; // Replace with your actual website name
$from_email = "noreply@" . $_SERVER['HTTP_HOST']; // A common practice for website forms
$headers = "From: " . $website_name . " <" . $from_email . ">" . "\r\n" .
"Reply-To: " . $name . " <" . $email . ">" . "\r\n" .