• Resolved pickme

    (@pickme)


    Hello,

    Let me make this clear.

    The email notification from the lost-password end point sends the woocommerce reset password email notification which I have customised. This is ok.

    A customer changing his password from within his my-account page, sends a default email notification from my domain [email protected] to his email address registered with. Is there a way to change the content and design of that email as well as the ‘from email’ address?

    Thank you

    • This topic was modified 4 years, 5 months ago by pickme.
    • This topic was modified 4 years, 5 months ago by pickme.
    • This topic was modified 4 years, 5 months ago by pickme.
    • This topic was modified 4 years, 5 months ago by pickme.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Grigorij S. a11n

    (@grigaswp)

    Hi there,

    Thank you for reaching out!

    I understand that you’d like to change the content and the “from” address of the email that is sent when a password is changed from /my-account page.

    This email is a default WordPress email that informs users about the password change.

    This article explains how the “from” email address can be changed:

    https://www.wpbeginner.com/plugins/how-to-change-sender-name-in-outgoing-wordpress-email/

    By default, the text can only be changed in code:

    https://wordpress.stackexchange.com/questions/207879/change-password-notification-text-on-mail

    You can also try using a third-party plugin like Loco Translate to change the text in this email, although I wasn’t able to find this particular string in Loco Translate so you might need a different plugin.

    I hope this helps!

    Thread Starter pickme

    (@pickme)

    Hello @grigaswp!

    I decided to disable that email notification with this code:

    /**
     * Disable customer wp email notification of password change
     */
    add_filter( 'send_password_change_email', '__return_false' );

    I will consider utilising this specific wordpress email notification as you described.

    Thank you for excellent support!

    • This reply was modified 4 years, 5 months ago by pickme.
    Plugin Support Grigorij S. a11n

    (@grigaswp)

    Hi there,

    I’m glad if I was able to point you in the right direction! ??

    I’ll be marking this thread as resolved.

    Feel free to open a new thread and link to this one if you have further questions though.

    Have a wonderful day ahead!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change Password within my-account’ is closed to new replies.