ID: 11797
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Status: Assigned
Bug Type: Mail related
Operating System: Windows 2000
PHP Version: 4.0.4
Old Assigned To:
Assigned To: hholzgra
New Comment:
added missing 'Assign To:' info.
Previous Comments:
------------------------------------------------------------------------
[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
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]