I have a user that is receiving notification emails to their personal email address and we would like to have it be changed to more of public one that is used by the company. I have tried to change the Email Address field in the UI under Settings->General and when I do, the notifications are still being sent to the same email address with the Email Address field showing the new email address.
Do you have any ideas of how we can get this changed?
I have a user that is receiving notification emails to their personal email address and we would like to have it be changed to more of public one that is used by the company. I have tried to change the Email Address field in the UI under Settings->General and when I do, the notifications are still being sent to the same email address with the Email Address field showing the new email address.
Do you have any ideas of how we can get this changed?
Try changing directly on the database, line 8 of wp_option table (option_name=admin_email). Change its value to the e-mail that you want and try again.
WordPress has a plugin called WordFence. In WordFence->General Options, change the email address for alerts and this will update the notifications email. This is how I resolved my problem.