check php.ini

[mail function]
; For Win32 only.
SMTP = you ISP's mail server (or your's).

after that restart webserver and use mail() function. You can check what
SMTP server use your php from phpinfo() function.

"Duncan" <[EMAIL PROTECTED]> ???????/???????? ? ???????? ?????????:
002c01c2c70d$620a0000$0100a8c0@syssrv">news:002c01c2c70d$620a0000$0100a8c0@syssrv...
> Hi All,
>
> Is it possible to create a page where visitors can for example submit
their
> email address and a list of their demands, then the page mails it to a
> support address?
>
> Would I have to use a mail server of any kind to send the emails?
>
> Where could I find an example script that could do this?
>
>
>
> Many thx in adv
>
>



-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to