Mail() function works fine on win32, you need enter smtp server in your
php.ini and sendfrom address.
example:

SMTP = 10.1.25.1 ; for Win32 only
sendmail_from = [EMAIL PROTECTED]

Valentin Petruchek (aki Zliy Pes)
*** ??????? ?????? ***
http://zliypes.com.ua
mailto:[EMAIL PROTECTED]
----- Original Message -----
From: "Matt Obstgarten" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, January 02, 2002 3:48 PM
Subject: [PHP] PHP Forms


> Hello,
>         I am new to PHP. I have PHP (cgi version) configured on my
> machine running XP Pro and IIS. It works fine. The first script I wanted
> to write was the ever-useful feedback form script where the contents of
> a form are e-mailed to the webmaster. I am sure that I have a working
> script but when I test on my machine I get a server error. I realize
> that this is most likely because I don't have any mail settings
> configured on IIS (new to this as well). I was wondering if someone
> could give me some advice on how to properly set this up so I can
> locally test mail scripts like this. Thanks,
> Matt
>
>
> --
> 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]
>
>



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

Reply via email to