Buy B2BKing
$299 $199
If you're experiencing an issue where B2BKing emails (such as account approval notifications, new registration alerts, or other plugin emails) are not being sent or received, follow the steps below to diagnose and resolve the problem.
Before anything else, make sure the relevant email notification is actually turned on.
Go to WooCommerce → Settings → Emails and check that the appropriate email is enabled. For example:
If the email you expect to receive or send is disabled, simply enable it and save your settings.
A very common scenario is that emails are technically being sent by your site, but they never reach the recipient's inbox. This typically happens because the emails are being caught by spam filters or rejected by mail servers, since default WordPress emails are sent via PHP's mail() function, which often lacks proper authentication.
Install the free WP Mail Logging plugin. This plugin keeps a log of every email your site attempts to send.
We recommend using WP Mail SMTP (free) together with Brevo (formerly Sendinblue) as your email sending service. Brevo offers a generous free plan that allows up to 300 emails per day.
To set this up:
Once configured, your emails will be sent through Brevo's authenticated servers, which greatly improves deliverability and ensures they no longer end up in spam.
If the email is enabled in WooCommerce (Step 1) but does not appear in the WP Mail Logging plugin's log, then the email is failing to send at a deeper level. This usually points to a server-side issue or a plugin conflict.
Common causes include:
To investigate further, we recommend using a debug log plugin and reproducing the action that should trigger the email (e.g., approve an account). Then check the debug log for any related error messages.
The log will often reveal the exact cause, whether it's a missing PHP extension, a fatal error in a conflicting plugin, or another issue.
We are always happy to help and troubleshoot issues directly - feel free to reach out to our support team!
To help us troubleshoot as efficiently as possible, it's ideal if you can share backend (wp-admin) access to your site or a staging clone site, so we can investigate directly.
Powered by BetterDocs