From: Anthony Talarico Date: Mon, 26 Jun 2017 14:29:43 +0000 (-0400) Subject: changing from address to forms@gaslightmedia.com X-Git-Tag: v1.0.0^2~1^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=ef6fe60ad67710ca4903bf544b6cc1e584f49691;p=WP-Plugins%2Fglm-support-form.git changing from address to forms@gaslightmedia.com changing the from from server@gaslightmedia to forms@gaslightmedia in the admin file --- 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']}>";