Developer

Extend Mailster even further by coding. This section is for Developers and often requires PHP knowledge.

  • Mailster Database Structure

    Mailster stores subscribers, lists, forms, queues, logs, and interaction events in custom tables using the InnoDB engine and utf8mb4_unicode_520_ci collation. The prefix adapts to your WordPress installation (shown below as wp_). 💡 Tip: Interact with this data via Mailster’s APIs and hooks. Direct SQL edits are rarely necessary. Action Tables (Events) These tables record sends, […]