Re: [PHP] configuring sever to send mail (Win2k)

2002-01-04 Thread Brian Clark

* CJ ([EMAIL PROTECTED]) [Jan 04. 2002 23:01]:

> PHP Version 4.0.6
> 
> [mail function]
> ; For Win32 only.
> SMTP = localhost

Do you really have SMTP running on the Win2k server?

-- 
Brian Clark | Avoiding the general public since 1805!
Fingerprint: 07CE FA37 8DF6 A109 8119 076B B5A2 E5FB E4D0 C7C8
FATAL SYSTEM ERROR: Press F13 to continue.


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




Re: [PHP] configuring sever to send mail (Win2k)

2002-01-04 Thread CJ

thanks for the reply but i still need some help:

PHP Version 4.0.6

[mail function]
; For Win32 only.
SMTP = localhost

; For Win32 only.
sendmail_from = [EMAIL PROTECTED]
---
I get this error when i use the mail function on my local server (IIS 5.0,
windows 2000 Pro). Maybe it's an IIS configuration problem. i'm really not
sure.
Error
Warning: Server Error in F:\Inetpub\wwwroot\stowe\scripts\mail.php on line
42

 Code
 Thank you for your input\n";
}
else{
echo "Internal Error:  Your input was
unprocessed.Contact $from\n";
}
}
?>




"Dl Neil" <[EMAIL PROTECTED]> wrote in message
06f601c1962f$e3841cc0$7b16100a@jrbrown">news:06f601c1962f$e3841cc0$7b16100a@jrbrown...
> CJ,
>
> > i have a problem using the mail function on my server.
> >   win2000 Pro
> >   IIS 5.0
> >   PHP Version 4.0.6
> >
> > i'm not sure if it's a configuration problem with IIS or i'm missing
> > something in the php.ini file.
>
>
> The pre-requisite is that the php.ini file points to a visible SMTP
server. Please review the [mail function]
> section of that file.
> If you have further questions please include that section, plus PHP
version number in your reply.
>
> Regards,
> =dn
>
>



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




Re: [PHP] configuring sever to send mail (Win2k)

2002-01-04 Thread DL Neil

CJ,

> i have a problem using the mail function on my server.
>   win2000 Pro
>   IIS 5.0
>   PHP Version 4.0.6
>
> i'm not sure if it's a configuration problem with IIS or i'm missing
> something in the php.ini file.


The pre-requisite is that the php.ini file points to a visible SMTP server. Please 
review the [mail function]
section of that file.
If you have further questions please include that section, plus PHP version number in 
your reply.

Regards,
=dn



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