Bulk Mail Sender
Bulk Mail Sender is use to send newsletter or other mails to the users
7 database tables
| Table Name | Description | Method |
|---|---|---|
| wp_bmsi_contact | Stores bmsi contact data created by this plugin. | Static |
| wp_bmsi_contact_category | Stores bmsi contact category data created by this plugin. | Static |
| wp_bmsi_contact_tag | Stores bmsi contact tag data created by this plugin. | Static |
| wp_bmsi_email_queue | A job queue table for managing background tasks and scheduled operations. | Static |
| wp_bmsi_mail_details | Stores bmsi mail details data created by this plugin. | Static |
| wp_bmsi_send_mail_details | Stores bmsi send mail details data created by this plugin. | Static |
| wp_bmsi_total_mail | Stores 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_optionsOption key:
bmis_pro_activatedOption key:bmsi_smtp_optionsOption key:bmsi_user_optionswp_postmetawp_postsCustom post type:
inx_bulk_sender