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
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 !
Your email address:
MUST BE VALID
Solve the problem:
49 - 26 = ?
Subscribe to this entry?

 
 [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

Add a Patch

Pull Requests

Add a Pull Request

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: Thu Mar 28 12:01:27 2024 UTC