Index: wp-includes/pluggable.php
===================================================================
--- wp-includes/pluggable.php	(revision 25931)
+++ wp-includes/pluggable.php	(working copy)
@@ -306,11 +306,8 @@
 	}
 
 	// Empty out the values that may be set
-	$phpmailer->ClearAddresses();
 	$phpmailer->ClearAllRecipients();
 	$phpmailer->ClearAttachments();
-	$phpmailer->ClearBCCs();
-	$phpmailer->ClearCCs();
 	$phpmailer->ClearCustomHeaders();
 	$phpmailer->ClearReplyTos();
 
