From 38d45418a73e78f54dfc9db8f3ed6fef5ed98c98 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Fri, 15 Mar 2019 10:25:40 -0400 Subject: [PATCH] update for emails --- classes/notifications.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/classes/notifications.php b/classes/notifications.php index 8041e2f..986a244 100644 --- 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 ); } -- 2.17.1