I have read tons of posts about this, but I still can not get it to work. Whenever I ask WordPress to send me an email, for example request my password, I get this message:
The e-mail could not be sent.
Possible reason: your host may have disabled the mail() function...
I have adjusted my php.ini to this:
[mail function]
SMTP = mail.mydomain.org ;
sendmail_from = webmaster@mydomain.org ;
sendmail_path = /usr/sbin/sendmail -t -i ;
and copied it into all WordPress directories where .php files exist. I have tried other variations too. The email address exists. What else can I try?