Ralph,
Did you try upt1me’s link? It worked for me.
(1) Open wp-includes/functions.php
(2) Go to approx. line 1598
(3) Between $headers = "MIME-Version: 1.0\n" . and "Content-Type: text/plain; charset=\"" . get_settings('blog_charset') . "\"\n";, add the following line:
"From: " . get_settings('admin_email') . "\n";
If you cannot get this working, email me for help in locating the aforementioned portion of the code. Email me at [email protected].
I’m having the same problem. Some users are receiving their passwords, and others are not.
The email is being sent from an email address which technically belongs to my host (it’s not my domain, but is sent from the server I’m hosted on), with a name of “Nobody.”
Is there a file I can edit to change the mail settings?