projects
/
WP-Plugins
/
glm-member-db-billing.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d035d20
)
update for emails
author
Steve Sutton
<steve@gaslightmedia.com>
Fri, 15 Mar 2019 14:25:40 +0000
(10:25 -0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Fri, 15 Mar 2019 14:25:40 +0000
(10:25 -0400)
classes/notifications.php
patch
|
blob
|
history
diff --git
a/classes/notifications.php
b/classes/notifications.php
index
8041e2f
..
986a244
100644
(file)
--- a/
classes/notifications.php
+++ b/
classes/notifications.php
@@
-193,8
+193,8
@@
class GlmNotifications
if ( !$attachments ) {
wp_mail( $to_email, $subject, $message, $header );
} else {
-
//
wp_mail( $to_email, $subject, $message, $header, $attachments );
- wp_mail( 'steve@localhost', $subject, $message, $header, $attachments );
+ wp_mail( $to_email, $subject, $message, $header, $attachments );
+
//
wp_mail( 'steve@localhost', $subject, $message, $header, $attachments );
// Remove the temp file now
// unlink( $fileName );
}