projects
/
WP-Plugins
/
glm-support-form.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3731f50
)
changing from address to forms@gaslightmedia.com
author
Anthony Talarico
<talarico@gaslightmedia.com>
Mon, 26 Jun 2017 14:29:43 +0000
(10:29 -0400)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Mon, 26 Jun 2017 14:29:43 +0000
(10:29 -0400)
changing the from from server@gaslightmedia to forms@gaslightmedia in the admin file
controllers/admin.php
patch
|
blob
|
history
diff --git
a/controllers/admin.php
b/controllers/admin.php
index
27a894c
..
cb35a9b
100644
(file)
--- a/
controllers/admin.php
+++ b/
controllers/admin.php
@@
-95,7
+95,7
@@
class SupportAdmin
if ($email) {
- $hdrs = 'From: '.$values['name'].' <
server
@gaslightmedia.com>';
+ $hdrs = 'From: '.$values['name'].' <
forms
@gaslightmedia.com>';
$hdrs .= "\nReply-To: {$values['name']} <{$values['email']}>";