ID:               14510
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
 Status:           Open
 Bug Type:         Mail related
 Operating System: Windows 2000 Terminal, IIS5
 PHP Version:      4.1.0
 New Comment:

I got the same error on Win2000+IIS5. I used this on the php page to
overwrite ini values:
<?php
ini_set("sendmail_from",NULL);
ini_set("sendmail_path",NULL);
ini_set("SMTP","aaaa.xxxx.cccc.gggg");// Add SMTP server IP
mail($mail_to, $mail_subject, $mail_body, $mail_headers);
?>
It seems you have to explicitly tell PHP that Sendmail is not in the
server :)


Previous Comments:
------------------------------------------------------------------------

[2002-03-05 09:53:59] [EMAIL PROTECTED]

If your php can't read the ini file (patch of file in phpinfo shows up
as c:/winnt/ instead of c:/winnt/php.ini) You need to make sure that
php has access to read the php.ini file through your security
settings.
My solution to the problem was to replace all the calls to mail() with
my own function that writes out the raw emails to the mail pickup
folder in c:\inetpub\mailroot\
 - it took ages!

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

[2002-03-05 09:13:08] [EMAIL PROTECTED]

i have the same problme with win nt 4.0 terminal edition.
did you find a solution...?
it seems like it can't find the ini file.
thanks

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

[2001-12-18 04:23:01] [EMAIL PROTECTED]

So, any other ideas?

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

[2001-12-17 04:20:17] [EMAIL PROTECTED]

smtp server is set to be localhost, which works fine with php 4.0.6

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

[2001-12-14 12:19:09] [EMAIL PROTECTED]

What are your INI-settings about mail? I.e., your smtp-server, etc...

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

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/14510

-- 
Edit this bug report at http://bugs.php.net/?id=14510&edit=1

Reply via email to