﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
21823	wp_mail does not properly send messages to BCC	Clorith		"When using wp_mail the message is sent in two instances if you add a BCC entry to the $header array. This leaves the BCC recipient looking as the only, and intended, recipient.

Normal behavior would be that the BCC recipient sees the intended recipient as well as him/her self.

Example:

{{{
$to = ""roger@rabbit.com"";
$header[] = ""From: John Doe <john@doe.com>"";
$header[] = ""Bcc: Jane Doe <jane@doe.com"";

wp_mail( $to, 'Hello', 'World', $header );
}}}
In this situation, Roger Rabbit will receive an email form John Doe, and so will Jane Doe.
The outcome should be that Jane Doe received an email addressed to Roger Rabbit."	defect (bug)	closed	normal		Mail	1.2	normal	worksforme	reporter-feedback	
