From: Steve Sutton Date: Fri, 15 Mar 2019 14:25:40 +0000 (-0400) Subject: update for emails X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=38d45418a73e78f54dfc9db8f3ed6fef5ed98c98;p=WP-Plugins%2Fglm-member-db-billing.git update for emails --- 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 ); }