ID:               11797
 Comment by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
 Status:           Closed
 Bug Type:         Mail related
 Operating System: Windows 2000
 PHP Version:      4.0.4
 Assigned To:      hholzgra
 New Comment:

I'm using php 4.0.6 on Linux 7.x with Apache 1.3.20.
The mail() function is working perfect, except the BCC option.

I tried the following:
\nBCC:
\r\nBCC:
\nBcc:
\r\nBcc:
\nbcc:
\r\nbcc:

No result.


Previous Comments:
------------------------------------------------------------------------

[2002-05-22 05:52:18] [EMAIL PROTECTED]

This bug has been fixed in CVS. You can grab a snapshot of the
CVS version at http://snaps.php.net/. In case this was a documentation 
problem, the fix will show up soon at http://www.php.net/manual/.
In case this was a PHP.net website problem, the change will show
up on the PHP.net site and on the mirror sites.
Thank you for the report, and for helping us make PHP better.



------------------------------------------------------------------------

[2001-08-19 05:13:22] [EMAIL PROTECTED]

added missing 'Assign To:' info.


------------------------------------------------------------------------

[2001-06-30 04:48:50] [EMAIL PROTECTED]

mail code on windows badly needs a rewrite

right now it will only find a single Cc: line,
is case sensitive on comparing againgst Cc:
(so CC: wont work) and ignores Bcc: all together

------------------------------------------------------------------------

[2001-06-30 04:33:40] [EMAIL PROTECTED]

The following should work fine. Can you check it?

mail ("[EMAIL PROTECTED]", "Subject", "Body", "Cc:[EMAIL PROTECTED]");

------------------------------------------------------------------------

[2001-06-29 04:31:24] [EMAIL PROTECTED]

I'm using php 4.0.4 on Windows 2000 with IIS.
The mail() function is working perfect, except the CC and BCC options.

I tried the following:
\nBCC:
\r\nBCC:
\nBcc:
\r\nBcc:

and the same with CC.

No result.

------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=11797&edit=1

Reply via email to