diff --git a/wp-includes/pluggable.php b/wp-includes/pluggable.php index 0eb167024f..bb18077393 100644 --- a/wp-includes/pluggable.php +++ b/wp-includes/pluggable.php @@ -306,11 +306,8 @@ function wp_mail( $to, $subject, $message, $headers = '', $attachments = array() } // Empty out the values that may be set - $phpmailer->ClearAddresses(); $phpmailer->ClearAllRecipients(); $phpmailer->ClearAttachments(); - $phpmailer->ClearBCCs(); - $phpmailer->ClearCCs(); $phpmailer->ClearCustomHeaders(); $phpmailer->ClearReplyTos();