Support » Fixing WordPress » Users don’t recieve their password

  • The problem i’m having is that the account registers in the database, the user can go through the sign up process fully, but they never recieve their password.

    I did what someone else suggested which was to comment out this line in the pluggable.php file:
    //$phpmailer->Sender = apply_filters( ‘wp_mail_from’, $from_email );

    Any other suggestions?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Check your mail server’s logs as well as error logs to see what became of the email. Also check with you host to see if they allow mail to be sent by php. You may have to do that anyway as many hosts don’t allow access to mail server logs.

    Thread Starter dollofwar

    (@dollofwar)

    Thanks. I think it may have something to with with me running wp on a windows based host. I couldn’t find a plugin to fix the problem.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Users don’t recieve their password’ is closed to new replies.