✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount

SleekView Charts for AcyMailing

AcyMailing keeps everything in WordPress with a proper schema. Pull wp_acym_user, wp_acym_list, wp_acym_queue, and wp_acym_history into chart cards rather than five admin tabs.

♾️ Lifetime License available

SleekView Charts dashboard for AcyMailing

AcyMailing has the schema, charts give it the dashboard

AcyMailing is one of the few WordPress newsletter plugins that owns its data with a real schema instead of stuffing rows into wp_options. Subscribers live in wp_acym_user, lists in wp_acym_list, memberships in wp_acym_user_has_list, campaigns in wp_acym_mail, the queue in wp_acym_queue, and per-recipient history in wp_acym_history. The default admin presents one table at a time.

SleekView Charts treats those tables as chart sources. A Number card pins total confirmed subscribers. A Pie shows the list-membership mix. A Bar ranks lists by subscriber count. An Area card plots send history per day so campaign cadence and delivery dips read in one curve. The queue gets its own card for retry-heavy recipients so SMTP rejection rates become a one-glance metric.

The dashboard joins across tables the way the schema was designed to be queried. A subscribers-by-list Pie uses wp_acym_user_has_list; a queue-health Bar uses retry counts on wp_acym_queue; a send-history Area reads wp_acym_history by date. None of that is novel data; it is the schema finally getting a query layer that matches its shape.

Workflow

How SleekView Charts reads AcyMailing data

1

Join users to lists

Charts read wp_acym_user and join through wp_acym_user_has_list to wp_acym_list. List membership becomes a sortable, filterable group-by on the subscribers source.
2

Build queue health

Read wp_acym_queue with retry count and last-attempt timestamp as chart fields. A Bar grouped on retry count surfaces recipients the SMTP provider keeps refusing.
3

Chart send history

Per-recipient delivery rows in wp_acym_history become the source for time-series cards. Group by date for cadence, by status for delivery mix.
4

Save per role

Newsletter ops, support, and GDPR reviewers each save a chart view gated by WordPress capability. The same six tables feed three role-appropriate dashboards.

Sample dashboard

Charts you can build from AcyMailing data

Card configurations that turn AcyMailing's six tables into a reporting board operators can actually read.
Number · Default

Confirmed subscribers

Count of rows in wp_acym_user with confirmed set to true. Pending and bouncing rows drop off so the count matches the next send target.
Count
Pie · Donut text

Subscribers by list

Distribution of memberships across wp_acym_list via wp_acym_user_has_list. Shows which lists carry the audience and which have gone quiet.
Count group by list_id
Bar · Horizontal

Queue retries per recipient

Ranks recipients in wp_acym_queue by retry count. The right side of the Bar is the cohort the SMTP provider keeps refusing.
Count group by retry_count
Area · Gradient

Sends per day

Daily send volume from wp_acym_history. Cadence visible at a glance, delivery dips identifiable to a specific day.
Count group by send_date

Comparison

Default AcyMailing reporting vs SleekView Charts

Default AcyMailing admin

  • Subscribers, lists, queue, history each on their own admin page
  • No chart view of list distribution or send history
  • Queue retries are hard to rank visually
  • Custom fields are not summarised as chart sources
  • Cross-table joins (subscribers x history) need manual SQL

SleekView Charts

  • Number card for confirmed subscribers (the real send target)
  • Pie card for subscribers grouped by list via the membership join
  • Bar card ranking recipients by queue retry count
  • Area card plotting per-day send history from wp_acym_history
  • Filters carry from the table view so audit and chart share a slice

Features

What SleekView Charts gives you for AcyMailing

Schema-aware charts

Charts join across wp_acym_* tables the way the schema was designed to be queried. Subscribers, lists, queue, history all combine without manual SQL.

Queue health on the board

Retry counts on wp_acym_queue become a Bar so the recipients the SMTP service keeps refusing surface before the next send rather than after a bounce report.

Custom fields chart cleanly

Fields defined in wp_acym_field with values in wp_acym_user_has_field become first-class chart sources. Segment-aware Pies need no manual key plumbing.

Audience

Who builds AcyMailing charts dashboards with SleekView

Newsletter operators

Pin confirmed Number, list Pie, queue retry Bar, and send-per-day Area on one board. The morning health check runs in one screen instead of five admin tabs.

GDPR reviewers

Chart subscriber type, consent timestamp, and history coverage so a data-subject request runs against a real picture of the data rather than a spreadsheet of memory.

Engagement leads

Filter history rows by open and click events to chart engagement decay over time. Re-engagement segments build from a curve rather than a manual CSV pivot.

The bigger picture

Why AcyMailing's schema deserves a chart-shaped query layer

AcyMailing's design choice (own the data with a real schema) unlocks segmentation, send history, and queue management at scales that option-driven plugins cannot reach. The cost is that the default UI presents one table at a time, which makes the schema feel smaller than it is. The most useful operations are joins.

Subscribers in the main list who never opened the last campaign is a join between membership and history. Recipients with three or more retries on the queue is a sort on the queue table. Subscribers with a custom field equal to a specific value is a join through the user-has-field table.

Charts treat the schema as a query target because that is what the schema was built for. The result is fewer admin clicks for newsletter operators, faster turnaround on segment audits, and a single dashboard that pulls every related table together rather than asking the operator to assemble the picture from five separate screens.

Questions

Common questions about SleekView Charts for AcyMailing

Directly from wp_acym_* tables. User, list, user_has_list, mail, queue, history, field, and user_has_field are all chart sources. Joins happen at query time so the same schema AcyMailing already maintains drives every card.

 

Yes. The chart layer joins wp_acym_user through wp_acym_user_has_list to wp_acym_list and exposes list ID and name as group-by candidates. A Pie grouped on list ID surfaces the per-list distribution in one card.

 

The wp_acym_queue table stores retry count and last-attempt timestamp per recipient. A Bar grouped on retry count ranks recipients the SMTP service keeps refusing, and a filter for retries greater than two pins the cohort that needs cleanup before the next send.

 

Yes. wp_acym_history stores per-recipient send results including open and click flags. Group an Area card on send date, or build a Pie on the event mix to see open-vs-click-vs-bounce shares for the latest campaign.

 

Yes. View-level filters (list, date range, custom field) apply to every chart card. One saved configuration drives both the audit table and the chart view so triage and reporting share a slice.

 

Queries hit indexed columns on each wp_acym_* table (id, user_id, list_id, date). For very high-volume installs, group-by columns can be backed by a lightweight cache so dashboards render without scanning every history row.

 

Yes. Each saved chart view is gated by WordPress capability. Newsletter ops, GDPR reviewers, and engagement leads each save a view with role-appropriate cards while reading from the same six AcyMailing tables.

 

No. AcyMailing's admin still owns campaign editing, list management, and automation rules. The chart view adds a reporting surface on top of the data AcyMailing already maintains, so the plugin keeps owning the lifecycle and the dashboard owns the summary.

 

Pricing

More than 1000+
happy customers

Explore our flexible licensing options tailored to your needs. Upgrade your license anytime to access more features, or opt for a lifetime license for ongoing value, including lifetime updates and lifetime support. Our hassle-free upgrade process ensures that our platform can grow with you, starting from whichever plan you choose.

Starter

€79

EUR

per year

  • 3 websites
  • 1 year of updates
  • 1 year of support

Pro

€149

EUR

per year

  • Unlimited websites
  • 1 year of updates
  • 1 year of support

Lifetime ♾️

Most popular

€249

EUR

once

  • Unlimited websites
  • Lifetime updates
  • Lifetime support

...or get the Bundle Deal
and save €250 🎁

The Bundle (unlimited sites)

Pay once, own it forever

Elevate your WordPress site with our exclusive plugin bundle that includes all of our premium plugins in one package. Enjoy lifetime updates and lifetime support. Save significantly compared to buying plugins individually.

What’s included

  • SleekAI

  • SleekByte

  • SleekMotion

  • SleekPixel

  • SleekRank

  • SleekView