Hello,

On 04/30/2004 02:05 PM, Helmut Kemper wrote:
I need install sendmail in windows 9X/Me for use mail() command.

PHP work only in localhost which active site server (similar to apache) and send mail by proxy network.

PHP never uses sendmail under Windows. Sendmail support is only available with PHP on Unix/Linux. You need to connfigure PHP to use your network SMTP server.


You may also try for instance this class that comes with sub-class specialized in deliverying via SMTP. It comes with a wrapper function named smtp_mail() that works exactly as the mail() function but lets you configure additional parameters like SMTP authentication if you need it:

http://www.phpclasses.org/mimemessage

You will also need this:

http://www.phpclasses.org/smtpclass



--

Regards,
Manuel Lemos

PHP Classes - Free ready to use OOP components written in PHP
http://www.phpclasses.org/

PHP Reviews - Reviews of PHP books and other products
http://www.phpclasses.org/reviews/

Metastorage - Data object relational mapping layer generator
http://www.meta-language.net/metastorage.html

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



Reply via email to