Mail, email, user registration, change password not working
robertDouglass - July 7, 2004 - 06:30
The emails that presumably get sent upon user registration and when requesting a new password are not working. I've checked the php settings, I've written a simple email script and called it directly (works fine), but my Drupal installation cannot send mail. I installed the smtp.module which I read about here http://drupal.org/node/view/7232#10957, and nothing changed. I don't know how to go about testing and debugging from here. Any suggestions?
Thanks,
-Robert Douglass

I'm using 4.4.2, by the way.
- Robert Douglass
-----
visit me at www.robshouse.net
possible solution
I had a similar problem, which I fixed using the -f option to sendmail.
That is, in /etc/php.ini, I added:
sendmail_path = /usr/sbin/sendmail -t -i -f webmaster@mysite.comHope this helps.