Hello @klenshop,
I understand you’re encountering issues with FluentSMTP and WooCommerce registration emails. To assist you effectively, let’s troubleshoot the issue by enabling the debug log in WordPress.
Enable WordPress Debug Log
- Open your wp-config.php file (located in the WordPress root directory).
- Find the line?
define('WP_DEBUG', false);
.
- Change?
false
?to?true
.
- Add a new line:?
define('WP_DEBUG_LOG', true);
.
- Save your changes.
The debug log will be created in the wp-content
folder as debug.log
.
Check the Debug Log
Afterward, re-attempt the WooCommerce registration process. Navigate to the debug.log
file and review the errors logged during the process. This will help us identify the specific issue causing the email delivery failure.
Alternative SMTP Plugins
If the issue persists, consider temporarily deactivating FluentSMTP and trying an alternative SMTP plugin. If the emails deliver successfully, it suggests an issue with FluentSMTP configuration or compatibility with your setup.
FluentSMTP Support Portal
If the debug log doesn’t provide conclusive information, reach out to our FluentSMTP team directly at WPManageNinja.com
The team can assist with troubleshooting specific issues and compatibility with WooCommerce deeply.
Let me know if you have any further questions or need additional assistance.