There was some discussion on it a few weeks ago you can find here:
https://make.wordpress.org/core/2019/04/16/fatal-error-recovery-mode-in-5-2/
According to that and looking through the core, you can accomplish that with one of two methods:
define('RECOVERY_MODE_EMAIL', '[email protected]');
OR
add_filter( 'recovery_mode_email', 'recovery_email_update', 10, 2 );
function recovery_email_update( $email, $url ) {
$email['to'] = '[email protected]';
return $email;
}
Hope that helps!!
Related Posts:
- Recommend a guide to catching plugin errors, please?
- Fatal error in wp-admin/customize.php after fresh install due to null $wp_customize
- Display “a generated one [avatar] based on their e-mail address”
- How to change the default registration email ? (plugin and/or non-plugin)
- 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
- prevent users from changing their email address
- Customizing the Subject Field in WordPress’ Notification Emails?
- Allow Duplicate Email Address for Different Users
- Include HTML template file in wp_mail
- Email sent from WordPress has HTML tags
- Fatal error: Allowed memory size of 41943040 bytes exhausted (tried to allocate 20480 bytes)
- 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
- get_terms return errors
- 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 setup SMTP for only one specific wp_mail()
- Email notification after registration in WordPress
- Check Title Unique Or Not and If not error message and dont save
- WordPress E-mail Config
- Contact form sender email
- How to change email address used for registrations?
- wordpress do not let user registered with info@ email and other reserved emails to get registered by users
- wp_upload_bits does not retrieve images that do not have an extension
- Limit number of emails per second
- Throttling email frequency
- Child theme .css files are not overriding their parent .css files
- WordPress unable to send mail
- 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
- wp_mail_from is ignored
- Call to undefined function add_menu_page() on theme activation
- PAGE Specific Email Notifications
- 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]
- customize wordpress database error page
- Programming WordPress to Send an Email on Registration Form Submit?
- How do I troubleshoot registration/password email errors?
- Email address used by website but I do not know where
- How to insert data into meta box from another plugin?
- Does WordPress require port 25 for email?
- Is there a plugin that will let you do actions by mail? [closed]
- Error using wp_mail inside custom function
- Getting image in mail
- Send email daily using `wp_mail`
- How to send confirmation email after payment made via paypal?
- Changing email “From” address
- WordPress and IPN problem
- Add “Email Image” button with Hyperlink for individual images [closed]
- My blog suddenly can’t find my stylesheet?
- 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?
- Activation email to change admin address not being sent to Gsuite email account
- Send email with Content-Type text/plain
- WP_Fatal_Error_Handler OR WP_Error OR try/catch
- forgot password page with expiry link email of 60 minutes
- I need to verify emails when users signup
- Why do WordPress emails to multiple recipients include \n in the list
- How to send custom mail when a user complete a specific form
- Crawl Errors in Search console
- 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
- Send default WooCommerce email when switching from custom order status
- 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
- Asynchronous emailing
- WordPress error on my website
- WordPress displays 500 error on PHP errors
- Get emails of register user in WordPress
- Duplicate notifications for new user registration
- WordPress installation self deleted in server restart. SQL Tables gone too!
- Create WP account from an external email form submission?
- Can wordpress users check GMAIL (G Suite) inbox & send email from their membership account on WordPress? [closed]
- Fatal error trace not shown in development setup
- What’s the simplest way to send WordPress posts to a Mailchimp list? [closed]
- Having Issue on Receiving Emails From @Gmail.com or @Yahoo. in WordPress Using PHP Mail Function
- Fighting Spam – What can I do as an: Email Administrator, Domain Owner, or User?
- Where does email sent to *@example.com go? [closed]
- How to send emails and avoid them being classified as spam?
- How to add verification on email address change?
- Is there a wordpress function restrict public email id for registration like as is_email()