diff options
Diffstat (limited to 'Postman/PostmanWpMail.php')
-rw-r--r-- | Postman/PostmanWpMail.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Postman/PostmanWpMail.php b/Postman/PostmanWpMail.php index eadfe60..f5fcf7f 100644 --- a/Postman/PostmanWpMail.php +++ b/Postman/PostmanWpMail.php @@ -166,7 +166,7 @@ if ( ! class_exists( 'PostmanWpMail' ) ) { // apply the WordPress filters // may impact the from address, from email, charset and content-type $message->applyFilters(); - do_action_ref_array( 'phpmailer_init', array( &$message ) ); + //do_action_ref_array( 'phpmailer_init', array( &$message ) ); // create the body parts (if they are both missing) if ( $message->isBodyPartsEmpty() ) { |