php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #7447 BCC or CC does not work
Submitted: 2000-10-25 04:28 UTC Modified: 2001-04-16 06:14 UTC
From: kori_mail at hotmail dot com Assigned:
Status: Not a bug Package: Mail related
PHP Version: 4.0.2 OS: W2K server with SP1
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: kori_mail at hotmail dot com
New email:
PHP Version: OS:

 

 [2000-10-25 04:28 UTC] kori_mail at hotmail dot com
I can't send mail to CC or BCC. Mail is delivered only to address in TO.

Example: mail("adr1@mail.com", "Subject", "Message", "BCC:adr2@mail.com");

Message is allways delivered only to address adr1@mail.com.

--Kori

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-04-16 06:14 UTC] jmoore@php.net
this is a question of sending the correct headers to your mail server itis not a PHP bug.

-James
 [2002-04-01 00:04 UTC] alonsoalonsocr at yahoo dot com
How can this be bogus? I just read this on another bug:

30 Jun 2001 4:48am] hholzgra@php.net 
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

So don't waste your time trying to make this work. I'm fairly sure this is not fixed yet in 4.2.0
 [2004-05-06 16:53 UTC] seadalumo at hotmail dot com
Please delete BCC: and CC: if they do not work. 
Thanks
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 16:01:29 2024 UTC