Posted by Glenn on 11/20/06 21:05
hello:
I recently upgraded from Kubuntu 6.06 to Kubuntu 6.10, and I am now unable
to get ssmtp working with php5.
I am sure that ssmtp is working, because I can access it manually from bash:
mail -s "testing ssmtp" my.email@isp.com
works fine...it is just that when I use the php mail() function that nothing
happens.
My php.ini file has the line:
sendmail_path ="/usr/sbin/sendmail -t -i"
which is a link to ssmtp.
I also have mailx installed.
I tried:
sendmail_path ="/usr/sbin/ssmtp"
and
sendmail_path ="/usr/sbin/sendmail"
none of which helped.
I have just a home network; no FQDN, so I just need a simple email forwarder
to allow me to test php pages.
There must be a way, as I had this working under my previous install.
Thanks.
Glenn
[Back to original message]
|