✨ 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 Postmark: log dashboards in WP

SleekView queries the postman_smtp_log custom post type and its postmeta keys for status, recipient, subject, and transcript so you can chart delivery, failure, and recipient distribution without leaving WP admin or opening the Postmark dashboard.

♾️ Lifetime License available

SleekView Charts dashboard for Postmark (Active Campaign)

Postmark logs are in WordPress, just buried

The Postman SMTP family of plugins, which is what routes mail through Postmark on most WordPress sites, writes every send into wp_posts using the postman_smtp_log custom post type. Status, recipient, subject, and the full transcript land in wp_postmeta as keys like _eml_status, _eml_to, _eml_subject, and _postman_session_transcript. The data is right there, in the database you already back up.

What is missing is any dashboard. The plugin gives you a paginated log table and not much else. To answer a simple question like "how many transactional emails failed last week" you end up exporting CSV, opening Postmark in another tab, or writing custom SQL. SleekView reads the same postman_smtp_log posts and their meta and renders the answer as a chart.

For a site sending 8,000 to 50,000 transactional emails a month through Postmark, a four-chart dashboard built off the existing log post type gives you delivery rate as a single KPI, status distribution as a donut, top failing recipient domains as a horizontal bar, and a daily send volume area chart, all sourced from data Postman SMTP already writes for free.

Workflow

From SMTP log to a clean dashboard

1

Point at the log post type

In SleekView, select wp_posts filtered by post_type equal to postman_smtp_log. That is the custom post type Postman SMTP writes for every email sent through Postmark, SendGrid, Brevo, or any other configured mailer endpoint.
2

Pick the status meta key

Group or filter by the _eml_status postmeta value, which the plugin sets to success or failed for every log row. Combine with _eml_to to break down by recipient domain or with date filters to scope to last week.
3

Aggregate the right way

Count log rows for volume, Count over a status filter for success rate, Maximum on post_date_gmt to see when the last failure occurred. SleekView builds the join between wp_posts and wp_postmeta automatically, so configuration stays in dropdowns.
4

Save and share the dashboard

Pin Postmark charts to a SleekView dashboard alongside WooCommerce or FluentCRM widgets. Restrict the dashboard to administrators so the support team sees deliverability the same time the dev team does, with no need for SSH or CLI.

Sample dashboard

A Postmark dashboard, four real charts

Each chart below queries the postman_smtp_log custom post type and its associated postmeta keys, the same rows Postman SMTP already writes for every transactional send.
Number · Default

Emails sent this month

A KPI counting wp_posts rows where post_type equals postman_smtp_log and post_date_gmt falls inside the current calendar month, with the previous month's total shown underneath for context and delta percentage rendered automatically.
Count
Pie · Donut

Success vs failure split

A donut grouped by the _eml_status postmeta value across all postman_smtp_log posts in the last 30 days, showing success and failed counts so deliverability issues surface the moment they spike past historical baselines.
Count group by _eml_status
Bar · Horizontal

Top failing recipient domains

Horizontal bar of the _eml_to postmeta values filtered to logs where _eml_status equals failed, with domain extraction at the visualization layer so the top problematic mailbox providers like yahoo.com or t-online.de surface instantly.
Count group by _eml_to
Area · Gradient

Daily Postmark send volume

Gradient area chart counting postman_smtp_log entries per day based on post_date_gmt, useful for spotting WooCommerce or FluentCRM campaign bursts and confirming that scheduled jobs ran as expected over the past 60 days.
Count group by post_date_gmt

Comparison

Default Postmark plugin admin vs SleekView

Default email log table

  • Default admin shows only a paginated list, never an aggregated count
  • No native breakdown of success versus failure across a date range
  • Top failing domain analysis requires manual CSV export and pivot tables
  • Postmark's hosted dashboard lives outside WordPress and outside your roles
  • No way to combine SMTP volume with WooCommerce orders on one screen

SleekView Charts

  • Charts directly off the postman_smtp_log custom post type
  • Joins wp_postmeta on _eml_status, _eml_to, _eml_subject
  • Mixes transactional volume with WooCommerce orders on one dashboard
  • Per-day, per-week, per-month time grouping without custom SQL
  • Role-restricted so support sees logs without backend database access

Features

What SleekView Charts gives you for Postmark (Active Campaign)

Built on a documented log

Charts read the exact custom post type Postman SMTP and Post SMTP have used for years, so plugin updates do not break the dashboard. New mailers like Brevo or Microsoft 365 still land in postman_smtp_log, so the same chart configuration keeps working across mailer swaps.

Filter by status, date, recipient

Stack filters such as _eml_status equals failed plus post_date_gmt within the last 14 days plus _eml_to containing gmail.com to drill into a single deliverability problem. The chart configuration UI prevents typos by listing available meta keys directly from the database schema.

Indexed for high-volume sites

On a WooCommerce store sending 30,000 transactional emails a month, the postman_smtp_log table grows fast. SleekView leverages WordPress object cache and meta_key indexes, keeping the donut and KPI charts well under 250 ms even when log retention spans two years of data.

Audience

Where Postmark teams use SleekView

Deliverability triage

When a support customer reports missing receipts, the team filters the chart to _eml_status equals failed and _eml_to containing the customer email. The matching log rows surface immediately, complete with subject and timestamp, no DBA required.

Campaign verification

After a newsletter blast or WooCommerce promo, the daily volume area chart confirms send counts match expected list size. A sudden plateau means the queue stalled, and the chart catches it within the cache TTL of the dashboard.

Quarterly reporting

Marketing exports a CSV of the status pie and the daily volume area straight from SleekView, drops it into a quarterly report, and never opens the Postmark hosted dashboard. Everyone references the same WordPress source of truth.

The bigger picture

Why a WP-native Postmark dashboard matters

Postmark itself has a polished dashboard, but it lives at postmarkapp.com, behind a separate login, separate role system, and a separate retention policy. The WordPress side, where the failure actually originated, is left with a paginated log list and no aggregation. That gap is where deliverability incidents fester.

A failed reset email looks fine in Postmark because the API call succeeded; the failure is on the recipient side, recorded only in postman_smtp_log inside WordPress. SleekView closes that loop. The same KPIs marketing wants from Postmark, daily volume, success rate, top failing domains, become first-class WordPress dashboards.

Site admins can spot a spike in failures within the same admin where they manage orders and content. Support staff filter by recipient email and see what was sent, what failed, and exactly when. The Postmark plugin already does the hard part of writing the log.

SleekView simply turns that log into the dashboard everyone assumed already existed.

Questions

Common questions about SleekView Charts for Postmark (Active Campaign)

The Postman SMTP family of plugins, which the Postmark transactional plugin descends from, writes every send to wp_posts using the postman_smtp_log post type. Status, recipient, subject, and the full transcript land in wp_postmeta under keys prefixed with _eml_ and _postman_.

 

No. SleekView reads the existing postman_smtp_log custom post type that the Postmark plugin already creates. No bridge plugin, no custom code, no schema migration. Activate SleekView, point at the log post type, and the charts render against existing rows immediately.

 

Yes. Group by the _eml_to postmeta value and apply a domain extraction at the visualization layer, or pre-filter on a substring like gmail.com or t-online.de. The resulting horizontal bar makes top failing domains obvious without exporting a single row to a spreadsheet.

 

No. SleekView is a WordPress-side tool. It reads only the postman_smtp_log entries the plugin has already written to your local database. For Postmark-side metrics like bounce reasons or spam complaints, you still log into Postmark, but the WordPress dashboard answers most day-to-day questions.

 

Most Postman SMTP installs include a log retention setting that prunes old entries. SleekView charts pick up the pruning automatically since they query live data. You can also configure SleekView's per-chart cache TTL so heavy historical queries do not hit the database on every page view.

 

Yes. SleekView treats each chart independently, so one dashboard can hold a postman_smtp_log success rate KPI right next to a wc_orders revenue KPI. Comparing transactional volume to order volume side by side surfaces issues like missing customer-new-account emails.

 

Yes. Build a dashboard restricted to a support role with charts that filter to specific subject patterns, status, or date windows. Support sees the deliverability picture they need in WP admin while keeping zero direct access to wp_postmeta or phpMyAdmin.

 

Charts depend on the postman_smtp_log post type and the documented meta key naming. Those have been stable through multiple plugin generations. If a future version renames a key, you change the field in one place in SleekView's chart configuration without touching the underlying plugin or database.

 

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