mail function in php requires to use 'sendmail'. But I have only 'qmail' on the box. How I can send email in PHP?
Thanks
Hi,
After u installed qmail, there is a qmail compatible sendmail created for you in /var/lib/qmail/bin (i think that's where it should be).
As qmail docu' says y should copy or symlink this sendmail to the
/bin/sendmail or /usr/bin/sendmail on u'r system.
Make sure u first backup u'r original sendmail.
This should make PHP's mail stuff work as expected with qmail
hope this helps, Catalin
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php