|
Posted by Timothee Groleau on 05/17/06 09:05
Hi all,
I'm having a problem with using the mail function. My setup is Gentoo
2006.0/Apache2/PHP5.1.4.
The mail system installed on my machine is ssmtp (minimal tool to send
email). It has an executable as /usr/sbin/ssmtp and a
symlink /usr/bin/sendmail pointing to it.
My php.ini contains the following:
[mail function]
sendmail_path = /usr/sbin/ssmtp
When ssmtp runs, it reports messages using syslog in /var/log/messages. When
I use the mail function in php, it returns true but I never receive the
mail. Furthermore, there is no indication in /var/log/messages that ssmtp
ran at all.
How can I check what PHP did when calling mail and how can I fix this?
Thanks in advance!
Tim.
Navigation:
[Reply to this message]
|