From: [EMAIL PROTECTED] Operating system: Windows XP Pro. PHP version: 4.1.1 PHP Bug Type: Mail related Bug description: Mail function does not work
The mail() function does not seem to work. I am getting this error: Warning: Unknown error in c:\apache\htdocs\auctions\mailtest.php on line 2 Mailtest.php contains the following: <?php mail("[EMAIL PROTECTED]", "PHP Mail test", "Line 1\nLine 2\nLine 3"); ?> My PHP.ini mail function settings seem to be ok too: SMTP: mail.keyworld.net sendmail_from = [EMAIL PROTECTED] I am using PHP 4.1.1 under apache. Other PHP scripts work fine but this mail function does not work. Please help me fix this problem -- Edit bug report at: http://bugs.php.net/?id=15221&edit=1 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]