faeky
just saw your post and tried your solution. it did not work, but i probably messed up changing the php.ini. Could you give me the exact commands to change the php. I am also having issues sending email from a php script.
Sal
do this
cp /etc/e-smith/templates/php.ini/80ModulesSettings02mailfunction /etc/e-smith/templates-custom/etc/php.ini
pico /etc/e-smith/templates-custom/etc/php.ini/80ModuleSettings02mailfunction
add the line
sendmail_path = "/usr/sbin/sendmail -t -i"
so that the files looks like
[mail function]
sendmail_path = "/usr/sbin/sendmail -t -i"
SMTP = localhost
sendmail_from = me@localhost.com
run
/sbin/e-smith/expand-template /etc/php.ini
/etc/init.d/httpd reload
Try sending email from the form. If it doesn't work you have a different issue.