Changing wordpress admin email [closed]

You can’t have more than one admin email, if you need it to arrive in more than one inbox then you need to do that at the other end, via a mailing list or forwarding rules, etc

I don’t know how you set the admin email to an invalid email address with commas, but, you can fix this by setting the option directly to the email you want. As you have PHPMyAdmin you can do this directly in the options table

For example, I changed the admin_email option from [email protected] to [email protected]:

enter image description here

Now the admin email address is [email protected]. Notice it has a pending change to [email protected], this is because new_admin_email was not changed. Deleting the new_admin_email option will fix this, as will clicking cancel.