✨ 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 SMTP Mailer: outgoing mail dashboards

SMTP Mailer is a lightweight WordPress SMTP plugin that records each outgoing message in a log table with sender, recipients, subject, status, error message, and timestamp. SleekView Charts reads those rows so daily volume, success-versus-failure split, and top recipients render as configurable chart cards.

♾️ Lifetime License available

SleekView Charts dashboard for SMTP Mailer

Reporting straight from the SMTP Mailer log

SMTP Mailer routes WordPress mail through a configured SMTP server and (with logging enabled) writes a row for each send. The log table records id, from_email, to_email, subject, headers, status, error, and created_at. The default UI shows those rows as a list with a date filter, which works for one-off lookups but not for a saved weekly view.

The recurring sending questions live in that table. "How much mail did the site send last week, and is that normal?" "What is the failure rate trend?" "Which automated loop is generating the most mail?" "Which recipient address is the noisiest, and is anything failing to that recipient?" The log has the data; the default screen does not assemble it as a dashboard.

SleekView Charts reads the SMTP Mailer log table and renders those questions as chart cards on one screen. A Number card for sends this month, a Donut for status, a Bar ranking the noisiest recipient addresses, and an Area for daily volume across the trailing 30 days. Cards refresh automatically, so a creeping failure rate shows up the morning it starts rather than the week the customer complaint arrives.

Workflow

Build the SMTP Mailer dashboard in four steps

1

Configure the SleekView dataset

Point SleekView at the SMTP Mailer log table. The dataset inherits id, from_email, to_email, subject, status, error, and created_at as columns. Charts then pulls from this configured source on every card without further per-card setup.
2

Pick a chart type per question

Map each weekly question to a chart type. Total sends wants a Number card, status mix wants a Donut, top recipients wants a Bar, daily volume wants an Area. The four-card mix matches how most site admins audit deliverability in practice.
3

Set groupBy and date scope

Each card declares groupBy (status, to_email, created_at) and an optional date filter such as last 30 days. For the failure trend, filter status to failed and group by created_at; the resulting Area chart is the headline deliverability signal.
4

Pin the saved dashboard

Save the four chart cards as a named SleekView dashboard. Site admins pin it to the WP Admin home, support staff bookmark it for triage. Same data, same screen, no per-team rebuild needed every time a question arises.

Sample dashboard

Charts you can build from SMTP Mailer log data

A representative four-card dashboard combining a monthly send KPI, a status mix, a top recipient ranking, and a daily volume trend.
Number · Default

Emails sent this month

Single big-number KPI counting rows in the SMTP Mailer log table for the current calendar month, with the previous month rendered underneath for week-on-week and month-on-month context.
Count
Pie · Donut

Status mix

Donut split across success and failed values from the status column on the SMTP Mailer log table. Shows the deliverability mix at a glance and surfaces a creeping failure ratio the same week it starts trending.
Count group by status
Bar · Horizontal

Top recipients

Horizontal bar ranking recipient addresses by message count from the to_email column on the log table. Reveals the noisiest loops and any single address attracting disproportionate sending.
Count group by to_email
Area · Gradient

Daily volume

Gradient area of message count per day from the created_at column on the SMTP Mailer log, useful for spotting outage gaps, campaign-driven spikes, and unexpected zero days that signal SMTP downtime.
Count group by created_at

Comparison

Default SMTP Mailer log vs SleekView Charts

Default SMTP Mailer log

  • Log is a flat list with simple date and status filters, no saved dashboard
  • No KPI tiles for weekly or monthly send volume on a single screen
  • Failure trend over time has to be inferred from row-by-row scanning
  • Top recipients are not ranked or charted in the default UI
  • No multi-card dashboard view for ops triage or campaign post-mortems

SleekView Charts

  • Number card for sends this month, previous month underneath
  • Donut card splitting success vs failed from the status column
  • Bar card ranking top addresses from the to_email column
  • Area card plotting daily volume from the created_at column
  • Card-level filters scope every card to a date range or status without rebuilding

Features

What SleekView Charts gives you for SMTP Mailer

Headline KPIs

Number cards count emails sent this month, this week, and today straight from the SMTP Mailer log. The metrics site owners normally rebuild from spreadsheets sit on a single saved screen in the WP Admin.

Failure visibility

Donut and Area cards over the status column surface failure trends the morning they start. A creeping bounce rate becomes visible at a glance rather than after a support ticket arrives.

Recipient rankings

Bar cards on the to_email column expose the highest-volume recipient addresses. Useful for spotting runaway notification plugins or single-address loops that misconfigure outgoing mail volume.

Audience

Who builds SMTP Mailer dashboards with SleekView

Site administrators

Weekly dashboard for total sends, failure ratio, and daily volume. Site admins pin it to the WP Admin home and catch SMTP issues the day they start rather than weeks later.

Support staff

Triage dashboard combining recent failures, top recipients, and last 7 days of sends. Support filters by recipient from a single screen instead of paging through the log row by row.

Plugin developers

Debug dashboard for plugin authors who send transactional mail. Track outgoing volume per recipient pattern to confirm a release did not introduce a runaway notification loop.

The bigger picture

Why lightweight SMTP plugins still need a chart layer

SMTP Mailer is one of the lightest SMTP plugins in the WordPress ecosystem, which is part of its appeal. It does not add a heavy admin UI; it just gets mail out reliably and writes a log. The downside of that minimalism is that a creeping failure rate or a sudden volume spike has nowhere obvious to surface in the WordPress admin.

SleekView Charts reads the same log table and adds the dashboard layer without bloating the plugin itself. A Number card for weekly volume, a Donut for status mix, a Bar for top recipients, and an Area for daily trend turn the log into a saved overview the site admin reads in five seconds. The plugin keeps its lean footprint; the chart layer sits beside it, reading the same rows the log writes, and the deliverability story stops being invisible.

Questions

Common questions about SleekView Charts for SMTP Mailer

Logging is an opt-in setting in SMTP Mailer. Enable it in the plugin settings so the log table accumulates rows, and configure a sensible retention so the table stays compact. SleekView reads whatever is there and charts it as the table grows.

 

Yes. Use the from_email or subject prefix as a chart filter to split the log into transactional sends and broadcasts. A Donut card on either column surfaces the mix and a Bar card ranks the top categories without changing the underlying SMTP Mailer configuration at all.

 

Yes. Aggregations run on indexed columns on the log table, so high-volume sites that send tens of thousands of messages per month render charts in under a second. Retention pruning by the plugin keeps the table sized for predictable chart performance over time.

 

If the plugin records the active SMTP provider in a column or header field, yes. SMTP Mailer is single-provider in the typical setup, so the provider dimension only matters on multi-host deployments where different sites or environments use different upstream SMTP servers configured per environment.

 

Yes. The error column on the log table can be normalised into categories (timeout, authentication, rate limit) at the dataset level and then grouped on a Bar card. That gives a clean breakdown of failure causes without manual parsing of raw SMTP responses by hand.

 

Yes. Each chart card exposes its underlying rows for export with the active filters applied. That gives a clean handoff to the hosting provider or SMTP relay vendor when an upstream investigation needs concrete data across a particular time range or status filter.

 

Charts reflect what SMTP Mailer logs as sent. If the host's outbound queue delays or drops messages downstream, that is a host-level issue rather than a chart-level issue. Correlate the host's queue metrics with the SleekView dashboard to spot the gap when one occurs.

 

Yes. SleekView reads the log table directly, so as long as SMTP Mailer keeps writing the same columns the dashboard continues to render. If a major update renames a column the dataset is updated once and every card on the dashboard picks up the change automatically.

 

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