On Wed, 12 Jun 2002, Septic Flesh wrote: > I use the following php.ini config. > > Do I need to configure the sendmail seperatly to successfully send an email > ? with Linux ? > > ; For Unix only. You may supply arguments as well (default: > "sendmail -t -i"). > sendmail_path =/usr/sbin/sendmail -t
Check to make sure that sendmail_path actually points to a sendmail binary. Use 'which sendmail' to figure out where it is. miguel -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php