summary refs log tree commit diff
path: root/inc
diff options
context:
space:
mode:
Diffstat (limited to 'inc')
-rw-r--r--inc/sendEmail.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/sendEmail.php b/inc/sendEmail.php
index c821f22..52c4b85 100644
--- a/inc/sendEmail.php
+++ b/inc/sendEmail.php
@@ -42,7 +42,7 @@ if ($_POST) {
    $from =  $name . " <" . $email . ">";

 

    // Email Headers

-	$headers = "From: tilde admin<admin@tilde.team>\r\n";

+	$headers = "From: admin<admin@benharri.com>\r\n";

 	$headers .= "Reply-To: ". $email . "\r\n";

  	$headers .= "MIME-Version: 1.0\r\n";

 	$headers .= "Content-Type: text/html; charset=ISO-8859-1\r\n";