hi,
I try to use php and sendmail on my mac.
so far I managed to make sendmail run, but it doesen´t work with php.
whenever I try to send a mail using the mail(); command of php, I got this in my mail.log:
Aug 12 00:08:50 bruno sendmail[457]: starting daemon (8.12.9): SMTP+queueing@01:00:00
Aug 12 00:08:51 bruno sendmail[459]: File descriptors missing on startup: stdin, stdout, stderr; Bad file descriptor
Aug 12 00:08:51 bruno sendmail[460]: starting daemon (8.12.9): queueing@01:00:00
I have set the sendmail_path in the php.ini to:
sendmail_path= /etc/mail/sendmail
any ideas what is wrong there ?
thanks a bunch
stephan
p.s. mac users should check out the sendmail enabler, it is great:
http://www.roadstead.com/weblog/Tutorials/SMSource.html