This is a feature since 4.3.0, as part of WordPress’s improved security measures (check out the source on the WordPress code reference).
You can disable it with the following filter:
add_filter( 'send_email_change_email', '__return_false' );
Related Posts:
- How to set SMTP programmatically
- changing notification emails from WordPress @mydomain.net to something else
- Alert Email when any Post or Page is Changed
- Missing URL in password reset email
- User Without Email?
- prevent users from changing their email address
- Allow Duplicate Email Address for Different Users
- Include HTML template file in wp_mail
- Email sent from WordPress has HTML tags
- Reset Password – change from name and email address
- Send all WPMU emails via SMTP
- WP Cron emails not working
- Few chars getting replaced with ‘=’ in mail content in wp_mail()
- Locked out of my own blog and password reset not working
- Change Password notification text on mail
- On form submission how to send 2 email to different users
- email wordpress users using BCC
- email sends from [email protected] even though I have it set to something else
- Joining confirmation email
- How to sent one form values to 2 different sites in wordpress
- How to setup SMTP for only one specific wp_mail()
- General Setting Allow Multiple Email Notification
- Email notification after registration in WordPress
- WordPress E-mail Config
- Contact form sender email
- Send email only upon draft
- wordpress do not let user registered with info@ email and other reserved emails to get registered by users
- Emails marked as spam because it’s contain via box4231.bluehost.com
- How to change the text of automatic E-Mails e.g. after changing your password? (German localization)
- Limit number of emails per second
- WordPress reset password email is not working – woocommerce and checkmail does work
- Throttling email frequency
- User registration email and let user choose pasword
- WordPress unable to send mail
- Correctly configure SPF/DMARC record to work with WordPress [closed]
- Not able to send links in email after setting header
- 2 Email addresses for each user
- Emailing passwords: Setup installed on home server using XAMPP
- Mail function is not working
- wp_mail_from is ignored
- PAGE Specific Email Notifications
- Send bulk emails without timeout
- How to edit the WordPress e-mail that gives the user their password? [duplicate]
- Do action for only switch status for publish_post
- Change the Sender(not From) on wp_mail() function [closed]
- Is Postfix required for WordPress contact forms in general?
- Mailing list sign up form without plugin
- Adding “reply-to” in the email [closed]
- WordPress Won’t Send Email When a User Register
- Programming WordPress to Send an Email on Registration Form Submit?
- How do I troubleshoot registration/password email errors?
- Confirmation required on users email change
- Email address used by website but I do not know where
- Does WordPress require port 25 for email?
- wp_mail not sending email on custom function
- Change email address change notice from WordPress
- Is there a plugin that will let you do actions by mail? [closed]
- Getting image in mail
- Send email daily using `wp_mail`
- How to send confirmation email after payment made via paypal?
- WP stopped emailing notifications about new comments
- How to change the format of the subcriber email
- Changing email “From” address
- wp_mail() won’t send mail when it’s a variable, only when hard coded
- WordPress and IPN problem
- Send email for confirmation during user registration
- Add “Email Image” button with Hyperlink for individual images [closed]
- I just had an email from wordpress. what does it mean?
- Mail through Cron Execution does not work!
- About Custom Email Template Design Responsive
- Need to suspend RSS feed while repairing missing old post
- How to recover one of WP email addresses?
- Send email using wordpress plugin on behalf of someone with their permission
- How to apply a function to the value $email of get_user_by to override email_exists?
- Activation email to change admin address not being sent to Gsuite email account
- Send email with Content-Type text/plain
- forgot password page with expiry link email of 60 minutes
- New user notification issue
- I need to verify emails when users signup
- Why do WordPress emails to multiple recipients include \n in the list
- Where is the account email address located?
- wp_mail() not sending emails with ajax
- SMTP not working for Comments Email Notifications
- wordpress wp mail not changing sender mail
- changing notification emails from WordPress @mydomain.net to something else
- Send Bulk Email without them going to spam
- How can I send an email 24 hours after first email?
- WordPress doesn’t send SMTP email even by phpmailer hook
- Whitelist email sent by WordPress
- Asynchronous emailing
- Get emails of register user in WordPress
- Duplicate notifications for new user registration
- Create WP account from an external email form submission?
- Display “a generated one [avatar] based on their e-mail address”
- Allow users to register as a higher role than default with code
- Can wordpress users check GMAIL (G Suite) inbox & send email from their membership account on WordPress? [closed]
- Where does email sent to *@example.com go? [closed]
- How to send emails and avoid them being classified as spam?
- How to change the WordPress email icon?
- What’s the optimum way to collect users’ email id?