ID: 10859 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Mail related Operating system: PHP Version: 4.0.5 Assigned To: Comments: Previous Comments: --------------------------------------------------------------------------- [2001-05-14 20:40:03] [EMAIL PROTECTED] And what might that error be you're getting? Your example script isn't complete. Do you happen to have n's in the end of $email or $subject ? --Jani --------------------------------------------------------------------------- [2001-05-14 15:54:24] [EMAIL PROTECTED] 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_emailn"; $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] --------------------------------------------------------------------------- ATTENTION! Do NOT reply to this email! To reply, use the web interface found at http://bugs.php.net/?id=10859&edit=2 -- 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]