• Hello,

    is it possible to send the email as well {email} in the reset email instead of only the username?

    thank you

Viewing 1 replies (of 1 total)
  • Plugin Author Wp Enhanced

    (@wpenhanced)

    Right now it is not.

    If you know how to write code you can use this filter to modify the message and add it

    somfrp_retrieve_password_message

    $message = apply_filters( ‘somfrp_retrieve_password_message’, $message, $key, $user_login, $user_data );

Viewing 1 replies (of 1 total)
  • The topic ‘Sending the email along with the username {email}’ is closed to new replies.