Skip to main content
All CollectionsTroubleshooting and FAQsFrequently Asked QuestionsEmail Opt-in Module
How to Delete All Accounts From Bloom and Divi Email Module
How to Delete All Accounts From Bloom and Divi Email Module

Learn how to remove old or unused email accounts, ensuring that your email integrations are up-to-date and secure.

Updated over a week ago

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

  1. Go to Dashboard → Bloom → Email Accounts,

  2. Click on the trash icon to delete the account (with the lists): 

    Bloom - Remove a Service Provider account

  3. Repeat the Step 2 for any other email accounts that you want to delete

Delete All Accounts from the Email Opt-in module

  1. Open any instance of the Email Opt-in module present on your website

  2. Go to Content Tab → Email Account

  3. Select the Service Provider you want to delete

  4. Click on the Remove button

    Divi - Email Opt-in module - Remove a Service Provider account

  5. 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.

  1. Go to WordPress Dashboard → Appearance → Theme File Editor

  2. Choose the header.php file from the right sidebar

  3. Find this line of code:

    <body <?php body_class(); ?>>

  4. Add the following line of code right after it:

    <?php update_option( 'et_core_api_email_options', '' ); ?>

    WordPress - Edit the header.php file

  5. Load the website's front end (Homepage) in a different browser Tab

  6. Go back and edit the header.php file again

  7. 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.

Did this answer your question?