Newsletter – Send awesome emails from WordPress
An email marketing tool for your blog: subscription forms to create your lists with unlimited subscribers and newsletters.
11 database tables
| Table Name | Description | Method |
|---|---|---|
| wp_newsletter | Stores newsletter data created by this plugin. | Static |
| wp_newsletter_automated | Stores newsletter automated data created by this plugin. | Static |
| wp_newsletter_autoresponder | Stores newsletter autoresponder data created by this plugin. | Static |
| wp_newsletter_autoresponder_steps | Stores newsletter autoresponder steps data created by this plugin. | Static |
| wp_newsletter_emails | Stores newsletter emails data created by this plugin. | Static |
| wp_newsletter_logs | A logging table that records activity, events, or audit history. | Static |
| wp_newsletter_sent | Stores newsletter sent data created by this plugin. | Static |
| wp_newsletter_stats | Stores analytics or statistics data. | Static |
| wp_newsletter_test | Stores newsletter test data created by this plugin. | Static |
| wp_newsletter_user_logs | A logging table that records activity, events, or audit history. | Static |
| wp_newsletter_user_meta | Stores additional metadata (key-value pairs) for newsletter user records. | Static |