Managing your email accounts effectively is crucial for maintaining a clean and organized marketing system.
This article will guide you through the process of deleting all accounts from the Bloom and Divi Email Module.
This includes the accounts and lists only. However, stats and designed opt-ins will remain
Important Note: Be sure to back up your website first.
Delete All Accounts from Bloom
Go to Dashboard → Bloom → Email Accounts,
Click on the trash icon to delete the account (with the lists):
Repeat the Step 2 for any other email accounts that you want to delete
Delete All Accounts from the Email Opt-in module
Open any instance of the Email Opt-in module present on your website
Go to Content Tab → Email Account
Select the Service Provider you want to delete
Click on the Remove button
Repeat this for each service provider that you want to delete.
Delete All Accounts using the PHP code
If the above steps cannot remove the accounts for some reason, you can remove them with a PHP code.
Important Note: This method will remove all accounts and lists. Please back up the site before you try this.
Go to WordPress Dashboard → Appearance → Theme File Editor
Choose the header.php file from the right sidebar
Find this line of code:
<body <?php body_class(); ?>>
Add the following line of code right after it:
<?php update_option( 'et_core_api_email_options', '' ); ?>
Load the website's front end (Homepage) in a different browser Tab
Go back and edit the header.php file again
Remove the PHP line added in Step 4.
Important Note: Remember to remove the code in Step 4. If you don't, your accounts will be removed each time someone visits your site.