Are Password Emails Flooding Your WordPress Inbox?
If you find yourself bombarded with numerous password reset or change email notifications in WordPress, you are not alone. While these emails are useful for identifying suspicious activity, they can quickly become overwhelming, especially if you have a large number of users. In this article, we will share two methods to help you regain control over your inbox by disabling these email notifications.
Method 1: Disable Emails with WP Mail SMTP Pro Plugin
The easiest way to stop password reset or change emails in WordPress is by using the WP Mail SMTP Pro plugin. Not only does it enhance email deliverability, but it also resolves common email issues specific to WordPress. To get started:
- Purchase and download the WP Mail SMTP Pro plugin.
- Upload and activate the plugin on your WordPress dashboard.
- Verify and activate the plugin by entering your license key.
- Access the WP Mail SMTP settings and go to the “Email Controls” tab.
- Scroll down to the “Change of User Email or Password” section.
- Locate the “Password Reset Successfully” slider and disable it.
With the WP Mail SMTP Pro plugin, you can selectively disable email notifications, including those for password reset or change. This method is especially suitable for beginners who prefer not to make direct code modifications.
Method 2: Disable Emails with WPCode Plugin
If you prefer not to use an SMTP plugin, you can disable password reset emails by adding code to your WordPress site. The WPCode plugin allows you to insert custom CSS, PHP, and HTML code without compromising your site’s security. Here’s how:
- Install and activate the WPCode plugin from your WordPress dashboard.
- Access “Code Snippets” and click on “Add Snippet”.
- Provide a title and select “PHP” as the code type.
- Paste the provided code snippet into the code editor.
- Enable the “Auto Insert” option to apply the code across your entire site.
- Organize your code snippets by adding relevant tags.
- Enable the snippet and click “Save Snippet” to publish it.
The code snippet will prevent WordPress from sending password reset notifications to your admin email address. This method is recommended for individuals comfortable with code editing.
Conclusion
By following the instructions outlined in this guide, you can easily disable password reset or change emails in WordPress. Whether you choose the WP Mail SMTP Pro plugin or the WPCode plugin, you’ll regain control of your inbox and eliminate unnecessary notifications. For more WordPress security tips, check out our comprehensive WordPress security guide. Don’t forget to subscribe to our YouTube channel for additional WordPress video tutorials, and stay connected with us on Twitter and Facebook.