On Wednesday 26 June 2002 21:52, Nightshade wrote: > [mail function] > SMTP = localhost ;for win32 > only > sendmail_from = [EMAIL PROTECTED] ;for win32 only > sendmail_path = /usr/sbin/ ;for unix > only, > may supply arguments as well (default is sendmail -t) > > what's wrong on my config?
Are you using unix/linux? If so, then IIRC the sendmail_path is misleading, it actually wants the path and file. Thus: sendmail_path = /usr/sbin/sendmail Usually if your sendmail is in the standard place then leaving sendmail_path empty is fine. -- Jason Wong -> Gremlins Associates -> www.gremlins.com.hk Open Source Software Systems Integrators * Web Design & Hosting * Internet & Intranet Applications Development * /* Only a fool fights in a burning house. -- Kank the Klingon, "Day of the Dove", stardate unknown */ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php