Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor genetech

    (@genetech)

    Hello,

    Thank you for pointing out. This will have been fixed in our upcoming release, however, using the following snippet you can patched the problem in your current version.

    Please open up forgot_password.php in any text editor of your choice.
    Search for the following code:

    if (FALSE == wp_mail($user_email, sprintf('[%s] ' . __('Password Reset','piereg'), get_option('blogname')), $message))

    Change it to:

    if (FALSE == wp_mail($user_email, $subject, $message,$headers))

    Please let us know if you have further questions.

    Thanks

    Thread Starter prgwp1974

    (@prgwp1974)

    This fixed it. Will look forwarded to the update.

    Thanks.

    Plugin Contributor genetech

    (@genetech)

    Just to let you know that 2.0.8 is out.
    Also, please help us make Pie Register better and feature rich by giving us your valued suggestions and giving us a favorable rating, click here.

    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Reset Password Email Format’ is closed to new replies.