php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #23147 Cc nor Bcc reach destination
Submitted: 2003-04-10 07:33 UTC Modified: 2003-04-11 01:21 UTC
From: jadoo at xs4all dot nl Assigned:
Status: Not a bug Package: *Mail Related
PHP Version: 4.3.2RC1 OS: Redhat 8.0
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 you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: jadoo at xs4all dot nl
New email:
PHP Version: OS:

 

 [2003-04-10 07:33 UTC] jadoo at xs4all dot nl
The mail function has an option to add a Bcc or Cc. 

I have been using that only to find that thought the headers on the original message are ok, a copy to neither the Bcc or Cc reach their destination. And yes, I use the \r\n in the headers

I use PHP 4.3.2 on RH8

I just tried PHPmailer class with the same result!

Is this a PHP 4.3.2 bug?

The script I use is:
mail('jadoo@xs4all.nl','Subject 2-2', 'Your message here.',
    "To: Travel Jadoo <jadoo@xs4all.nl>\r\n" .
    "From: The Webmaster <webmaster@traveljadoo.com>\r\n" .
    "Cc: Interested <alfredtuinman@xs4all.nl>\r\n" .
    "Bcc: Me Too <alfred@odyssey.co.in>\r\n" .
    "X-Mailer: PHP 4.x"); 

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-04-11 01:21 UTC] sniper@php.net
You're doing something wrong. (works fine here)

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Dec 21 16:01:28 2024 UTC