diff --git a/public/php/mail.php b/public/php/mail.php index 85212c29..0d5235cb 100755 --- a/public/php/mail.php +++ b/public/php/mail.php @@ -7,7 +7,7 @@ $headers = "From: " . $from . "\r\n"; if(filter_var($from, FILTER_VALIDATE_EMAIL) && $message != ""){ - $result = mail("contact@zoff.no", "Contact from form", $message, $headers); + $result = mail("contact@zoff.no", "ZOFF: Contact from form", $message, $headers); if($result == FALSE){ echo "failure"; @@ -19,4 +19,4 @@ } } -?> \ No newline at end of file +?>