From:             [EMAIL PROTECTED]
Operating system: windows 2000/sp3
PHP version:      4.2.3
PHP Bug Type:     *Mail Related
Bug description:  Cc: in mail won't work in some cases

Hello!
I wrote small php script:
<?
error_reporting(E_ALL);
mail ('[EMAIL PROTECTED]','subject','body','Cc: [EMAIL PROTECTED]');
?>

When my SMTP server points to unix machine (sendmail/linux) all working
fine.
When I set SMTP server pointed to IIS5 SMTP server (localhost) I got
'Server Error message'. 

any idea? 
vladimir
-- 
Edit bug report at http://bugs.php.net/?id=20538&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=20538&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=20538&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=20538&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=20538&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=20538&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=20538&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=20538&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=20538&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=20538&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=20538&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=20538&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=20538&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=20538&r=isapi

Reply via email to