This is very wierd.
on my server the php function mail() just wil not send emails at all.
SMTP e.t.c is all working on the server fine.
I hae the following line in my httpd.conf file:
ADDTYPE php_sendmail_path "/user/sbin/sendmail -t -i"
and this in the php.ini file:
sendmail_path = '/usr/sbin/sendmail -t -i'
I am at a loss to why this isn;t working.
Any help\ideas are greatly appreciated, thanks