Hello @mariavaleria
I trust you’re doing well!
Please see if default WordPress emails are sent. Logout from your site and on a wp-admin page, click on “Lost Password” link to reset your password. Will the reset password link will be emailed to you?
After this, please enable debug mode. Add these lines in the wp-config.php file.
define( 'WP_DEBUG', true );
define( 'WP_DEBUG_LOG', true );
define( 'WP_DEBUG_DISPLAY', false );
Please make sure that you insert these lines above /* That's all, stop editing! Happy blogging. */
in the wp-config.php file.
Please submit a form to replicate the issue. This way all errors will be saved in the debug.log file inside the /wp-content/ directory. Let us know if there will be errors in the file.
With an SMTP plugin, the issue with the PHPs mail()
function should be solved, so please try out another SMTP plugin besides the one mentioned above.
If you have access from your cPanel to enable/disable PHP modules, please see of the mail function is enabled. Please also contact your hosting provider so they could have a closer look at the issue.
Let us know how it went!
Cheers,
Nastia