php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #14779 mail() on win2k not parsing Cc: properly
Submitted: 2001-12-31 00:22 UTC Modified: 2002-06-19 01:28 UTC
From: irc-html@php.net Assigned:
Status: Closed Package: Mail related
PHP Version: 4.1.1 OS: Win2k
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: irc-html@php.net
New email:
PHP Version: OS:

 

 [2001-12-31 00:22 UTC] irc-html@php.net
Want to send an e-mail to 2 e-mail addresses, one normal To: and other Cc:.  Simple script works on linux but not on win2k:

$headers = "Cc: <address1@example.com>\r\n";
$headers .= "From: \"Program Test\" <from@example.com>\r\n";
mail('<address2@example.com>', 'subject', 'message', $headers);

SMTP server is qmail.  Email successfully sent to To: address but Cc header in message to Cc address (Cc address never receives email, drops to 'catch-all' account) ends up to be:

Delivered-To: cc: <sales@irc-html.com

Note the cc: and the dropped '>'.

I'm assuming this is a bug with the mail handler in PHP with win32.  I've also tried the same code without surrounding the e-mail addresses with <>.

Same behavior with 4.0.6 (on win32).

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-01-01 21:25 UTC] irc-html@php.net
I see there are already several of the same reports.

Status:  Duplicate
 [2002-06-18 19:10 UTC] sniper@php.net
yes, no need for another..just add comments to the existing one.

 [2002-06-19 01:28 UTC] mfischer@php.net
This has been fixed in CVS, please try the snapshot from http://snaps.php.net/win32/php4-win32-latest.zip
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Dec 27 16:01:29 2024 UTC