ID: 22364 Updated by: [EMAIL PROTECTED] Reported By: isaachanson at omnidox dot com -Status: Open +Status: Bogus Bug Type: *Mail Related Operating System: Gentoo Linux PHP Version: 4.3.1 New Comment:
It's done either by MUAs by your MTA. Not PHP bug. (works for me when using sendmail as MTA and Pine as MUA) Previous Comments: ------------------------------------------------------------------------ [2003-02-21 15:19:43] isaachanson at omnidox dot com 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 this bug report at http://bugs.php.net/?id=22364&edit=1