I have a strange problem on my server.php mail() function does not send emails.What are the first steps to trouble shoot this? What can I do? this is my php.ini values for reference :
SMTP: localhost,
smtp_port:25,
sendmail_from:no value,
sendmail_path:/usr/sbin/sendmail -t -i
thnx in advance.