• Resolved NiteoThemes

    (@niteo)


    Howdy guys, I am using your plugin and it is great.

    It seems however, it does not work while in WordPress reset the password page.

    Any idea?

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter NiteoThemes

    (@niteo)

    Okay, sorry not your plugin related.. it seems wp_mail() could not get correct email address from the admin and failed..

    this helped

    add_filter( 'wp_mail_from', function( $email ) {
    	return '[email protected]';
    });

    cheers ??

    HI I have the same problem. Where did you put this code? Really appreciate any help thanks

    Thread Starter NiteoThemes

    (@niteo)

    Added to functions.php of your Theme – but be aware that all your mails using WordPress wp_mail() function will always use the email address specified in this code snippet.

    Many thanks will see if that resolves my problem.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘WP Login – Lost password cannot send email’ is closed to new replies.