summary refs log tree commit diff
path: root/inc/sendEmail.php
diff options
context:
space:
mode:
authorBen Harris <bharris@hagerty.com>2017-12-12 15:12:10 -0500
committerBen Harris <bharris@hagerty.com>2017-12-12 15:12:10 -0500
commit40cead1b80794717906009bd5670bd40c2c12260 (patch)
tree23118cd0012ee498969390f53849a1dbc2939696 /inc/sendEmail.php
parent2ce3a1a2e035ca28a727a7b621f6efe3f496028f (diff)
update from email
Diffstat (limited to 'inc/sendEmail.php')
-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";