php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #16543 Cc: and Bcc: headers don't work
Submitted: 2002-04-11 04:38 UTC Modified: 2002-04-11 12:34 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: dkakooza at yahoo dot com Assigned:
Status: Not a bug Package: Mail related
PHP Version: 4.0.5 OS: windows 98 and 95
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: dkakooza at yahoo dot com
New email:
PHP Version: OS:

 

 [2002-04-11 04:38 UTC] dkakooza at yahoo dot com
i have tried send mails with Cc: and Bcc: headers but i'm getting a bounced message with address rejected as 
<Cc: xxx@xxx.com> for Cc: address yet i've coded the header correctly just like the other headers which  are working fine i.e $mheadr .= "Cc: xxx@xxx.com\r\n"; 

could you please clarify whether this really a bug.
I also read about Bcc: not working on windows php version. Is this likely to work in future?

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-04-11 04:47 UTC] mfischer@php.net
The bug system is not the appropriate forum for asking support
questions. For a list of a range of more appropriate places to ask
for help using PHP, please visit http://www.php.net/support.php
 [2002-04-11 12:30 UTC] dkakooza at yahoo dot com
i have tried send mails with Cc: and Bcc: headers but i'm getting a bounced message with address rejected as 
<Cc: xxx@xxx.com> for Cc: address yet i've coded the header correctly just like the other headers which are working fine i.e $mheadr .= "Cc: xxx@xxx.com\r\n";
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 23:01:26 2024 UTC