Title: Changing WP Admin Email
Last modified: June 26, 2025

---

# Changing WP Admin Email

 *  [sm5987](https://wordpress.org/support/users/sm5987/)
 * (@sm5987)
 * [11 months, 4 weeks ago](https://wordpress.org/support/topic/changing-wp-admin-email/)
 * Hello there. I’ve been trying to change the admin email for one of our websites.
   It’s a very old email that has not been used in a long time. However, when I 
   put in my email and hit “Save Changes,” WP tells me a confirmaion email is being
   sent to me, but one never comes. I’ve done this several times, checked in my 
   spam, etc. I see no email from WordPress.
 * I recently did this same thing with our organization’s other website, and it 
   worked just fine–the confirmation email came right through to me and I was able
   to change the admin email address. Is there any reason this wouldn’t be working
   on our other site?

Viewing 6 replies - 1 through 6 (of 6 total)

 *  Moderator [t-p](https://wordpress.org/support/users/t-p/)
 * (@t-p)
 * [11 months, 4 weeks ago](https://wordpress.org/support/topic/changing-wp-admin-email/#post-18530102)
 * Review this tutorial [https://www.wpbeginner.com/beginners-guide/how-to-change-the-wordpress-admin-email/](https://www.wpbeginner.com/beginners-guide/how-to-change-the-wordpress-admin-email/)
 *  [Hyppolite T.](https://wordpress.org/support/users/hyppolitak/)
 * (@hyppolitak)
 * [11 months, 4 weeks ago](https://wordpress.org/support/topic/changing-wp-admin-email/#post-18530265)
 * Hi there,
 * This is a typical issue, especially if your site is not using an email service
   with proper configuration. When WordPress confirms that the email has been sent,
   but you don’t receive anything, it often means the email was blocked or couldn’t
   be delivered. This generally occurs because the default `wp_mail()` is based 
   on your server’s mail, and it may not be properly configured or authenticated.
 * Try to use an SMTP plugin like WP Mail SMTP ([https://wordpress.org/plugins/wp-mail-smtp/](https://wordpress.org/plugins/wp-mail-smtp/))
   and configure it with a reliable mailer service like Gmail SMTP or your host’s
   SMTP credentials. You can use the “Other SMTP” mailer option, which is free but
   less secure than other mailer options.
 * This significantly improves email deliverability and should certainly fix your
   issue.
 * Please check out the complete guide on WP Mail SMTP mailers:
   [https://wpmailsmtp.com/docs/a-complete-guide-to-wp-mail-smtp-mailers](https://wpmailsmtp.com/docs/a-complete-guide-to-wp-mail-smtp-mailers)
 * Here is a useful guide on setting up the Other SMTP mailer in WP Mail SMTP:
   [https://wpmailsmtp.com/docs/how-to-set-up-the-other-smtp-mailer-in-wp-mail-smtp](https://wpmailsmtp.com/docs/how-to-set-up-the-other-smtp-mailer-in-wp-mail-smtp)
 * Once all is set up, don’t forget to check your email’s spam folders, especially
   if you’re using a work or organization email address; The email might be filtered
   before reaching your inbox.
 * I hope this helps. Let me know if you need further assistance.
 * Best regards,
   Hyppolite
 *  [corrinarusso](https://wordpress.org/support/users/corrinarusso/)
 * (@corrinarusso)
 * [11 months, 3 weeks ago](https://wordpress.org/support/topic/changing-wp-admin-email/#post-18531762)
 * Edit the database directly, using phpMyAdmin,
 * [A Quick Guide to phpMyAdmin (And How You Can Use It)](https://www.elegantthemes.com/blog/resources/a-quick-guide-to-phpmyadmin-and-how-you-can-use-it)
 * update wp_options set option_value = ‘youremail@youraddress.com’ where option_name
   = ‘admin_email’
 *  Thread Starter [sm5987](https://wordpress.org/support/users/sm5987/)
 * (@sm5987)
 * [11 months, 3 weeks ago](https://wordpress.org/support/topic/changing-wp-admin-email/#post-18534816)
 * Hello,
 * Thank you all. [@hyppolitak](https://wordpress.org/support/users/hyppolitak/)
   I was able to reset the email using the plugin. However, I’d like to not use 
   the plugin in the future. Is there a way to permanently fix this issue?
 * And regarding Post SMTP: I have that downloaded, but it has not been activated
   yet because I haven’t been able to change the WP admin email. I wanted to get
   that changed before changing the emails in Post SMTP.
 * Thanks again!
 *  [Hyppolite T.](https://wordpress.org/support/users/hyppolitak/)
 * (@hyppolitak)
 * [11 months, 3 weeks ago](https://wordpress.org/support/topic/changing-wp-admin-email/#post-18535755)
 * Hi [@sm5987](https://wordpress.org/support/users/sm5987/)
 * It’s great to hear that the admin email change worked with the plugin.
 * Just to make sure I understand, it seems you downloaded Post SMTP earlier but
   decided to wait on activating it until the admin email was updated. Now that 
   you’ve taken care of that, you should be all set to activate Post SMTP. Please
   note that you should not run WP Mail SMTP and Post SMTP simultaneously on the
   same WordPress site as this may result into conflict since both plugins hook 
   into the same `wp_mail()` function.
 * As for your question about avoiding plugins in the future, I’m afraid it’s not
   that simple. WordPress’s built-in `wp_mail()` relies on your web hosting server’s
   mail setup, which can often be unreliable or not properly authenticated. That’s
   why it is recommended to opt for email plugins like WP Mail SMTP or Post SMTP,
   they send emails through a reliable, authenticated SMTP service, ensuring better
   deliverability.
 * If you want a more permanent solution without using a plugin, your site needs
   to send emails reliably on its own, which means configuring SMTP directly on 
   the server (like through php.ini, sendmail, or authenticated server mail relays),
   setting up valid SPF, DKIM, and DMARC records for your domain, ensuring no firewall
   or spam filter blocks outgoing emails. These adjustments require server-level
   access or assistance from your hosting provider, and are often not supported 
   by most shared hosting environments.
 * I hope that clears things up!
 *  Thread Starter [sm5987](https://wordpress.org/support/users/sm5987/)
 * (@sm5987)
 * [11 months, 3 weeks ago](https://wordpress.org/support/topic/changing-wp-admin-email/#post-18540213)
 * [@hyppolitak](https://wordpress.org/support/users/hyppolitak/) Thank you. Yes,
   you are understanding correctly. Thank you for the information about using plugins.
   For now I will go with the plugin, as I’m not sure how I would configure SMTP
   directly on the server and it sounds like that is not the best option anyway.
 * Thanks so much again, everyone, for your help!

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Changing WP Admin Email’ is closed to new replies.

## Tags

 * [admin](https://wordpress.org/support/topic-tag/admin/)
 * [admin email](https://wordpress.org/support/topic-tag/admin-email/)
 * [administration](https://wordpress.org/support/topic-tag/administration/)
 * [email deliverability](https://wordpress.org/support/topic-tag/email-deliverability/)
 * [email-address](https://wordpress.org/support/topic-tag/email-address/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 6 replies
 * 4 participants
 * Last reply from: [sm5987](https://wordpress.org/support/users/sm5987/)
 * Last activity: [11 months, 3 weeks ago](https://wordpress.org/support/topic/changing-wp-admin-email/#post-18540213)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
