WordPress sends some various default email texts to the users.
For example when the password reset email has been sent, then the user gets an automatic email like this:
Hello user, This notification confirms the change of access password to NAMEOFWEBSITE. If you have not changed your password, please contact the Site Administrator at default-admin@email.com This message was sent to users-email@email.com Sincerely, All of us at NAMEOFWEBSITE https://www.nameofwebsite.com
I need to keep the default admin email that i set up in wordpress. But i need to filter all emails to have another email inside the text, like this :
Hello user, This notification confirms the change of access password to NAMEOFWEBSITE. If you have not changed your password, please contact the Site Administrator at another-email@email.com This message was sent to users-email@email.com Sincerely, All of us at NAMEOFWEBSITE https://www.nameofwebsite.com
Any ideas if this is possible with some filter?