> sendmail_path = /usr/sbin/sendmail -t -i ;for unix only, may
> supply arguments as well (default is 'sendma
> il -t -i')
Those apostrophes were for real. You need them.
sendmail_path = '/usr/sbin/sendmail -t -i'
Without them, the first space is the end, and the -t and -i are being
ignored.
--
Visit the Zend Store at http://www.zend.com/store/
Wanna help me out? Like Music? Buy a CD: http://l-i-e.com/artists.htm
Volunteer a little time: http://chatmusic.com/volunteer.htm
--
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]