From:             isaachanson at omnidox dot com
Operating system: Gentoo Linux
PHP version:      4.3.1
PHP Bug Type:     *Mail Related
Bug description:  Cc: mail header problem

mod_php 4.3.1 
 
This bug arose after attempting to send an email using the 
mail() function.  Within the header, I "Cc" two addresses.  
Both accounts receive the message, but both accounts show 
only one address in the "Cc" header. 
 
$header = "MIME-Version: 1.0\n" 
. "Content-type: text/html; charset=iso-8859-1\n" 
. "From: someone <[EMAIL PROTECTED]>\n" 
. "Cc: [EMAIL PROTECTED], [EMAIL PROTECTED]"; 
 
Am I doing something wrong here? 
 
-- 
Edit bug report at http://bugs.php.net/?id=22364&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=22364&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=22364&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=22364&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=22364&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=22364&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=22364&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=22364&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=22364&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=22364&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=22364&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=22364&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=22364&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=22364&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=22364&r=gnused

Reply via email to