From ef6fe60ad67710ca4903bf544b6cc1e584f49691 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Mon, 26 Jun 2017 10:29:43 -0400 Subject: [PATCH] changing from address to forms@gaslightmedia.com changing the from from server@gaslightmedia to forms@gaslightmedia in the admin file --- controllers/admin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/admin.php b/controllers/admin.php index 27a894c..cb35a9b 100644 --- a/controllers/admin.php +++ b/controllers/admin.php @@ -95,7 +95,7 @@ class SupportAdmin if ($email) { - $hdrs = 'From: '.$values['name'].' '; + $hdrs = 'From: '.$values['name'].' '; $hdrs .= "\nReply-To: {$values['name']} <{$values['email']}>"; -- 2.17.1