ID: 20538 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Bogus Bug Type: *Mail Related Operating System: windows 2000/sp3 PHP Version: 4.2.3 New Comment:
Sorry, but your problem does not imply a bug in PHP itself. For a list of more appropriate places to ask for help using PHP, please visit http://www.php.net/support.php as this bug system is not the appropriate forum for asking support questions. Thank you for your interest in PHP. Previous Comments: ------------------------------------------------------------------------ [2002-11-21 03:52:59] [EMAIL PROTECTED] 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 this bug report at http://bugs.php.net/?id=20538&edit=1