Stop the dupe email
authorSteve Sutton <steve@gaslightmedia.com>
Wed, 10 Jul 2019 12:05:34 +0000 (08:05 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Wed, 10 Jul 2019 12:05:34 +0000 (08:05 -0400)
Email was sent twice.

classes/notifications.php

index 2bf0981..32bdaff 100644 (file)
@@ -248,8 +248,6 @@ class GlmNotifications
                 $header[] = 'Reply-To:' . $replyto;
             }
 
-            wp_mail( $to_email, $subject, $message, $header );
-
             if ( !$attachments ) {
                 wp_mail( $to_email, $subject, $message, $header );
             } else {