Does not send reset password email

My site does not send the email to reset a password. I have woocommerce and affiliates enterprise installed. Any idea what the issue would be?


Comments

3 responses to “Does not send reset password email”

  1. I installed http://wordpress.org/plugins/wpmandrill/ and configured with https://mandrillapp.com/ and emails now working and no longer going to spam

    1. perfect 🙂

  2. Hi,
    you could try:
    1.- Enable debugging for WordPress, in wp-config.php add/change these lines:
    define( ‘WP_DEBUG’, true );
    define( ‘WP_DEBUG_LOG’, true );
    2.- Try to recovery the password.
    3. Disable debugging
    define( ‘WP_DEBUG’, false );
    define( ‘WP_DEBUG_LOG’, false );
    4. Please post the contents of the file wp-content/debug.log through pastebin and a link to it here.
    cheers

Share