php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #5346 Mail() ISAPI version still doesn't do multiple recipients and CC
Submitted: 2000-07-03 21:46 UTC Modified: 2000-07-12 12:51 UTC
From: joel at intwebservices dot com Assigned:
Status: Closed Package: Misbehaving function
PHP Version: 4.0.1pl2 OS: Windows NT
Private report: No CVE-ID: None
 [2000-07-03 21:46 UTC] joel at intwebservices dot com
Sending mail to multiple recipients and CC doesn't work.
Seems like the original code from php3 was all messed up and incorrectly ported to php4.
The last "fix" did not work and was rejected for introducing incorrect variables since the port to php4 altered the variables too. The last bug report for this I submitted was therefore incorrectly closed.
So I'm opening it again...
I have not been involved with php until just recently so I'm not familiar with the code.
But it seems to me that it's not very hard to fix it if you actually do a proper C programmers job and have been involved with the porting of this.
I am using Mail() for a web site project and was very disappointed to see this ONLY smtp function in php be bugged like that. I wouldn't say sabotage but it's almost close if not gross negligence.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-07-12 12:51 UTC] jah at cvs dot php dot net
Fixed in cvs.
 [2004-03-04 11:55 UTC] jmo at cnewa dot org
$Sendto = "someone@email.com,someoneelse@email.com";
this worked for me for multiple recipient as cc i havent done that yet
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri May 17 20:01:35 2024 UTC