Bulk Mail Sender

Bulk Mail Sender is use to send newsletter or other mails to the users

7 database tables

Table NameDescriptionMethod
wp_bmsi_contactStores bmsi contact data created by this plugin.Static
wp_bmsi_contact_categoryStores bmsi contact category data created by this plugin.Static
wp_bmsi_contact_tagStores bmsi contact tag data created by this plugin.Static
wp_bmsi_email_queueA job queue table for managing background tasks and scheduled operations.Static
wp_bmsi_mail_detailsStores bmsi mail details data created by this plugin.Static
wp_bmsi_send_mail_detailsStores bmsi send mail details data created by this plugin.Static
wp_bmsi_total_mailStores bmsi total mail data created by this plugin.Static

Core Table Usage

This plugin stores data in WordPress core tables rather than creating its own. These records may become orphaned if the plugin is uninstalled without a proper cleanup routine.

wp_options
Option key:bmis_pro_activatedOption key:bmsi_smtp_optionsOption key:bmsi_user_options
wp_postmeta
Post meta
wp_posts
Custom post type:inx_bulk_sender