php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #23113 5th parameter & Bcc
Submitted: 2003-04-08 09:24 UTC Modified: 2003-04-21 09:21 UTC
From: michel dot limbour at wanadoo dot fr Assigned:
Status: No Feedback Package: Mail related
PHP Version: 4.3.0 OS: Linux 2.4.17
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
34 + 4 = ?
Subscribe to this entry?

 
 [2003-04-08 09:24 UTC] michel dot limbour at wanadoo dot fr
When I send an e-mail using the mail function with a line 
"Bcc" in the headers, the 5th parameter does not work any 
more. I did not saw this type of bug in the list of already 
reported bugs.

Example :
  ........
  $headers  = "From: ".$mailfrom."\n";
  $headers .= "X-Mailer: PHP/".phpversion()."\n";
  $headers .= "MIME-Version: 1.0\n";
  $headers .= "Content-Type: text/plain; 
charset=\"iso-8859-1\"\n";
  $headers .= "Content-Transfer-Encoding: 8bit\n";
  $headers .= "Bcc: ".$notforyoureyes;

  $param = "-f ".$returnpath;

  if (mail($mailto, $subject, $message, $headers, $param))
    {
       ........
    }

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-04-21 09:21 UTC] sniper@php.net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 07:01:27 2024 UTC