From 74761dcc0746b5f85ae5169201df2c743e5052e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Mon, 12 Dec 2016 16:08:28 +0100 Subject: [PATCH] Updated mailscript --- public/php/mail.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +?>