ID: 21968 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Bogus Bug Type: IMAP related Operating System: 2.4.18 PHP Version: 4.2.3 New Comment:
Thank you for taking the time to write to us, but this is not a bug. Please double-check the documentation available at http://www.php.net/manual/ and the instructions on how to report a bug at http://bugs.php.net/how-to-report.php The idea of bcc (or, BLIND carbon copy) is that it's invisible to recipients. If "bcc" were included in the headers, that recipient would be visible. Previous Comments: ------------------------------------------------------------------------ [2003-01-30 15:16:51] [EMAIL PROTECTED] imap_mail_compose I have: php4 php4-gd php4-imap php4-pgsql When using: ... $envelope["to"]=$to; // $to = [EMAIL PROTECTED] $envelope["cc"]=$cc; // $cc = [EMAIL PROTECTED] $envelope["bcc"]=$cci; // $cci = [EMAIL PROTECTED] ... $mail = imap_mail_compose($envelope,$body); echo nl2br($mail); It will write in the headers: From: [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] Subject: test To: [EMAIL PROTECTED] cc: [EMAIL PROTECTED] MIME-Version: 1.0 Content-Type: MULTIPART/mixed; BOUNDARY="-1463811328-1758122039-1043961432=:12539" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: webernic.com (PHP 4.2.3) Why bcc is not there? ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=21968&edit=1