Hi.
This means that Maintenance Redirect has not been able to send the email. There could be two reasons for this:
1. Maintenance Redirect uses WordPress’ built-in wp_mail
function. Some hosting companies block sites from sending emails – you’ll know if yours does if you try to do a password reset from WordPress’ log in screen. It you get the reset email then you know that’s not the problem.
2. The database table that stores the access codes might not have been set up properly. Do you see the access codes on your screen?
Could you please try the following to see where the error lies:
1. Try doing a password reset to see if you get the email. If that doesn’t work then contact your hosting company.
2. Go to Plugins and disable Maintenance Redirect and then reenable it. This will make check for the database tables and create them if necessary. If that doesn’t work then try this:
3. Add define( 'WP_DEBUG_LOG', true );
to your config.php file. Then try again and look in the /wp-content/debug.log
file to see if there are any relevant errors. Please report the error by replying on this forum
Thanks