WP Mailster

WP Mailster allows your users to be part of a group and communicate by email without having to log into a website.

19 database tables

Table NameDescriptionMethod
wp_mailster_attachmentsStores mailster attachments data created by this plugin.Static
wp_mailster_digest_queueA job queue table for managing background tasks and scheduled operations.Static
wp_mailster_digestsStores mailster digests data created by this plugin.Static
wp_mailster_group_usersStores mailster group users data created by this plugin.Static
wp_mailster_groupsStores mailster groups data created by this plugin.Static
wp_mailster_list_groupsStores mailster list groups data created by this plugin.Static
wp_mailster_list_membersStores mailster list members data created by this plugin.Static
wp_mailster_list_statsStores analytics or statistics data.Static
wp_mailster_listsStores mailster lists data created by this plugin.Static
wp_mailster_mailsStores mailster mails data created by this plugin.Static
wp_mailster_notifiesStores mailster notifies data created by this plugin.Static
wp_mailster_oa_attachmentsStores mailster oa attachments data created by this plugin.Static
wp_mailster_oa_mailsStores mailster oa mails data created by this plugin.Static
wp_mailster_queued_mailsA job queue table for managing background tasks and scheduled operations.Static
wp_mailster_send_reportsStores mailster send reports data created by this plugin.Static
wp_mailster_serversStores mailster servers data created by this plugin.Static
wp_mailster_subscriptionsStores mailster subscriptions data created by this plugin.Static
wp_mailster_threadsStores mailster threads data created by this plugin.Static
wp_mailster_usersStores mailster users 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:wpmst_cfg_add_reply_prefixOption key:wpmst_cfg_allow_sendOption key:wpmst_cfg_blocked_email_addressesOption key:wpmst_cfg_cron_job_keyOption key:wpmst_cfg_current_versionOption key:wpmst_cfg_digest_format_html_or_plainOption key:wpmst_cfg_force_loggingOption key:wpmst_cfg_imap_opentimeoutOption key:wpmst_cfg_include_body_in_blocked_bounced_notifiesOption key:wpmst_cfg_keep_blocked_mails_for_daysOption key:wpmst_cfg_keep_bounced_mails_for_daysOption key:wpmst_cfg_last_day_mail_sent_inOption key:wpmst_cfg_last_exec_maintenanceOption key:wpmst_cfg_last_exec_retrieveOption key:wpmst_cfg_last_exec_sendingOption key:wpmst_cfg_last_hour_mail_sent_inOption key:wpmst_cfg_last_lic_check_timeOption key:wpmst_cfg_last_lic_days_leftOption key:wpmst_cfg_last_lic_expiry_dateOption key:wpmst_cfg_last_lic_expiry_statusOption key:wpmst_cfg_last_lic_versionOption key:wpmst_cfg_last_mail_sent_atOption key:wpmst_cfg_license_keyOption key:wpmst_cfg_log_file_warning_size_mbOption key:wpmst_cfg_logging_levelOption key:wpmst_cfg_mail_date_formatOption key:wpmst_cfg_mail_date_format_without_timeOption key:wpmst_cfg_mail_from_fieldOption key:wpmst_cfg_mailster_db_versionOption key:wpmst_cfg_max_mails_per_hourOption key:wpmst_cfg_max_mails_per_minuteOption key:wpmst_cfg_maxexectimeOption key:wpmst_cfg_minchecktimeOption key:wpmst_cfg_mindurationOption key:wpmst_cfg_minmaintenanceOption key:wpmst_cfg_minsendtimeOption key:wpmst_cfg_name_from_fieldOption key:wpmst_cfg_nr_of_mails_sent_in_last_dayOption key:wpmst_cfg_nr_of_mails_sent_in_last_hourOption key:wpmst_cfg_recaptcha2_private_keyOption key:wpmst_cfg_recaptcha2_public_keyOption key:wpmst_cfg_recaptcha_themeOption key:wpmst_cfg_reply_prefixOption key:wpmst_cfg_trigger_sourceOption key:wpmst_cfg_undo_line_wrappingOption key:wpmst_cfg_uninstall_delete_dataOption key:wpmst_cfg_use_alt_txt_varsOption key:wpmst_cfg_version_licenseOption key:wpmst_cfg_wait_between_two_mailsOption key:wpmst_cfg_words_to_filter
wp_usermeta
User meta