update for emails
authorSteve Sutton <steve@gaslightmedia.com>
Fri, 15 Mar 2019 14:25:40 +0000 (10:25 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Fri, 15 Mar 2019 14:25:40 +0000 (10:25 -0400)
classes/notifications.php

index 8041e2f..986a244 100644 (file)
@@ -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 );
         }