ID: 10859
User Update by: [EMAIL PROTECTED]
Old-Status: Feedback
Status: Open
Bug Type: Mail related
Operating system: Windows 2000 Server
PHP Version: 4.0.5
Description: WIll Not send E-Mail

Got it fixed. As far as i knew php used C:\winnt\system\php.ini or 
C:\winnt\system32\php.ini but was using C:\winnt\php.ini once i copyed the one i 
edited it woked fine. This should be easier to find out witchone it is useing as this 
took some time to fix. Never could find any where that said this is what you need to 
do to make it work.

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]

---------------------------------------------------------------------------


Full Bug description available at: http://bugs.php.net/?id=10859


-- 
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]

Reply via email to