From: [EMAIL PROTECTED] Operating system: Windows 2000 Server PHP version: 4.0.5 PHP Bug Type: Mail related Bug description: WIll Not send E-Mail Here is our php.ini file [mail function] SMTP = freebsd1.vortechhosting.com ;for win32 only sendmail_from = [EMAIL PROTECTED] ;for win32 only ;sendmail_path = ;for unix only, may supply arguments as well (default is 'sendmail -t -i') This mail server relays mail for all our IP 198.172.189.* but will not work with PHP. Gives a error every time. This is where it sys the error is. $headers .= "From: $order_email\n"; $headers .= "Return-Path: <$order_email>\n"; // Return path for errors mail($email, $subject, $email_body . $message . $message_secure . $message2 . $message3, $headers); mail($order_email, $subject, $message . $message_admin . $message2, $headers); } But this works fine on our freebsd boxes. But we need to get PHP working on windows. Any help on why Mail in PHP will not work any windows 2000 server would be great. this is the only thing in PHO that will now work for us. Please let me know so i could get his fixed. Brad E-Mail: [EMAIL PROTECTED] -- Edit Bug report at: http://bugs.php.net/?id=10859&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]