✨ 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 for WP Mail Logging

WP Mail Logging stores every wp_mail call in your database. SleekView gives the wp_wml_logs table the workable view it deserves with multi-column sort, body search, and bulk resend.

♾️ Lifetime License available

SleekView table view for WP Mail Logging

WP Mail Logging captures every email. Reading them efficiently is another problem.

Every wp_mail call your site makes is stored in wp_wml_logs with subject, recipient, headers, content, attachments, and any send error. The default plugin screen is a paginated list with single-column sort and a basic search. When the SMTP provider hiccups and three hundred messages fail in an hour, that screen becomes the bottleneck.

SleekView opens the same table with multi-column sort and full body search. Sort by status descending and the failures float to the top, ready for triage. Search inside the message body for an order number or coupon code, not just the subject line. Filter to a date range that matches the outage window and bulk-select every failure for a single resend.

The view is admin-only and gated by capability. Support staff get the read view to answer lookup questions. Developers get the body-search view for debugging a new transactional email. Ops gets the failed-only saved view for daily triage. The plugin still owns the logging itself. SleekView owns the workable surface on top.

Workflow

Make wp_wml_logs workable in five minutes

1

Point SleekView at wp_wml_logs

The free WP Mail Logging plugin writes every send to wp_wml_logs with receiver, subject, status, attachments, IP, and timestamp. SleekView reads the table directly, no Pro license required for any of it.
2

Add multi-column sort

Configure status as primary sort descending and Sent At as secondary. Failures and pending sends float to the top, with the most recent failures first. The triage view becomes the default landing screen for ops.
3

Enable body search

Add the message body as a searchable field. Now searching for an order number, coupon code, or specific phrase scans the message content, not just the subject line. The customer support audit becomes a ten-second answer.
4

Bulk resend after the outage

When the SMTP provider recovers, filter to failed since the outage start, select all, and trigger the bulk resend action. WP Mail Logging's own retry logic fires for each row through the plugin's resend hook.

Sample columns

Outgoing email log

Every wp_mail call this site made, with subject, recipient, status, and a one-click way to inspect or resend.
Source: wp_wml_logs
Receiver Subject Status Attachments IP Sent At
milo@studiowren.io Your order has shipped Sent 0 10.0.0.14 2026-04-25 09:48
jen@maplehill.co Password reset Retried 0 10.0.0.14 2026-04-25 09:31
support@bad.example Booking confirmation Failed 1 10.0.0.14 2026-04-25 08:12
ken@brassfox.studio Invoice 4821 Sent 1 10.0.0.14 2026-04-24 17:02

Comparison

Default WP Mail Logging vs SleekView

Default plugin screen

  • Search is single-field and slow on large logs
  • No multi-column sort, especially on status and date together
  • Cannot filter to failed-only across a date range
  • Resending is a one-row action, no batch mode
  • No saved views per role for ops, support, or developers

SleekView

  • Multi-column sort on status, date, and subject
  • Filter to failed-only or pending-only for fast triage
  • Search across receiver, subject, and message body
  • Bulk resend selected rows after fixing your SMTP
  • Save views like Today failed for daily ops review

Features

What SleekView gives you for WP Mail Logging

Failures up top

Sort by status to put failures at the top of the list. Triage becomes a five-minute task instead of a slog through paginated lists of successful sends.

Bulk resend

After fixing the SMTP outage, select every failed row from the affected window and resend the batch with one click through the plugin's own logic.

Body search

Find the email about a specific order number or coupon code by searching message content, not just the subject line, in a single keystroke.

Audience

Where SleekView changes the day

SMTP outage recovery

When the provider hiccups, the failed-only view shows exactly which messages need a resend, and the bulk action fires the batch in one go.

Customer support audit

Customer says they did not get the password reset. Search by email, see status, attachment, timestamp, and answer the ticket in seconds.

Developer debugging

While testing a new transactional email, filter to your test inbox and watch each attempt land in real time without tailing server logs.

The bigger picture

Why transactional email failures are silent killers

Transactional emails fail quietly. A WooCommerce order receipt that never arrives looks like a happy customer until support gets the angry ticket two days later. A password reset that bounces looks like a dormant user until the user gives up and leaves.

The default WP Mail Logging screen captures every failure, but the only way to act on the data is to scroll through paginated lists and click into individual rows. By the time the team notices the pattern, dozens or hundreds of customers have already been impacted. A real workable view turns this around.

A failed-only saved view loaded into a daily ops dashboard means failures get caught the morning after the SMTP provider hiccup, not the week after. Body search means a support agent can answer the customer's lost-receipt question in ten seconds instead of asking the developer to grep the database. Bulk resend means the recovery work happens in one click instead of three hundred.

The logging plugin already collects everything that matters. The question is whether the team can act on it fast enough to keep the silent failures from costing customers.

Questions

Common questions about SleekView for WP Mail Logging

No. SleekView reads the same wp_wml_logs table the free plugin writes to. Every column the free plugin captures becomes available, including subject, receiver, status, attachments, IP, and Sent At. Pro features that add extra columns surface automatically once they exist in the table.

 

Yes. WP Mail SMTP routes the actual send through your chosen provider. WP Mail Logging stores the record of the send. SleekView reads the record. The three plugins cooperate without conflicts. The status column reflects what WP Mail SMTP reports back, including provider-specific success and failure responses.

 

Yes. Bulk delete respects WP Mail Logging's own delete logic, including any rotation rules the plugin has configured. The action runs through the plugin's delete hook, so any cleanup tasks the plugin performs on delete still happen. Capability gating ensures only authorised roles can trigger the bulk delete.

 

No. SleekView is admin-only and never executes during the actual wp_mail send. The front-end and the WordPress send pipeline are untouched. The table queries only run when an admin opens the screen, and SleekView paginates server-side so even logs with millions of rows render quickly through database indexes.

 

Yes. SleekView gates by WordPress capability. Map your support role to a custom capability, attach that capability to the view, and support gets read access to the log without site admin. Granular capability control means body search and resend can be limited to ops while basic lookup goes to support.

 

Yes. WP Mail Logging is per-site, each with its own wp_wml_logs table, and SleekView opens each site's table independently. A network admin switches between sites to see each site's mail log. There is no aggregated network view, which keeps the per-site mail data properly isolated for compliance.

 

The attachments column shows count and filenames. Opening a row drawer reveals the attachment metadata WP Mail Logging stored, including file paths if the plugin captured them. SleekView does not re-attach the file to the resend action; it relies on the plugin's resend logic, which uses whatever the plugin has stored.

 

The view reflects whatever is in the table. If the plugin is configured to keep only the last 30 days, SleekView shows the last 30 days. The plugin's rotation rules are respected since the rotation runs at the plugin level, not at the view level. Older logs simply do not appear if they have been pruned.

 

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