✨ 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 Elastic Email Sender: SMTP logs & API events as tables

Elastic Email Sender routes transactional and marketing email through the Elastic Email API and logs each send locally. SleekView reads its log tables and option config so message status, recipient activity, and template usage become a sortable, filterable workspace.

♾️ Lifetime License available

SleekView table view for Elastic Email Sender

A real log table over the SMTP bridge

Elastic Email Sender plugs into WordPress as an SMTP and API mailer. Its configuration lives in wp_options under keys like elasticemail_smtp_settings, and its send log (when logging is enabled) is stored either in a dedicated table such as wp_elasticemail_log or, on smaller installs, as a rolling option record. Each row represents one outbound message with from, to, subject, status, and a transaction or message msg_id.

The default plugin screens show recent sends as a basic list. They are fine for spot checks but weak for triage. There is no easy way to filter by failure type, group by template, or see which recurring transactional mail (password resets, order confirmations, WooCommerce notifications) is bouncing. Soft bounces and deferrals look identical to a successful send unless the operator clicks into each row.

SleekView reads the log table directly and joins it to the plugin's option-stored template and API state. Status becomes a coloured column, the msg_id becomes a copyable cell linking back to Elastic Email's dashboard, and recurring failures by subject pattern become an obvious group. Inline actions resend through the plugin's own retry path.

Workflow

From SMTP log to triage workspace

1

Pick the source

Choose Elastic Email Sender as the source. SleekView reads wp_elasticemail_log when present, or the rolling option record when logging is configured that way.
2

Compose columns

Promote recipient, subject, status, template, msg_id, and send date. Add bounce-type or response-code columns if the plugin records them.
3

Save and scope per role

Save a delivered-today view for marketers, a deferred-and-failed queue for admins, and a per-recipient lookup for support. Lock by role so each team sees only the relevant slice.
4

Resend inline or in bulk

Select rows and resend through the plugin's send function. Statuses refresh with the new API response; the original msg_id stays in the audit history.

Sample columns

A typical Elastic Email log view

Outbound messages with status, recipient, subject, and API msg_id.
Source: wp_elasticemail_log + wp_options (elasticemail_smtp_settings)
Recipient Subject Status Template Msg ID Sent
alex@studio.co Order receipt #4821 Delivered wc-order ee_2f8e1 Apr 24
ria@design.io Password reset Delivered wp-core ee_2f8d4 Apr 24
tom@hello.dev Weekly digest Deferred newsletter ee_2f8c2 Apr 23
mia@brew.coop Account verification Hard bounce wp-core ee_2f8a0 Apr 22

Comparison

Default Elastic Email Sender admin vs SleekView

Default Elastic Email Sender admin

  • Log screen is a flat recent-sends list with no grouping by template or failure type
  • Bounce, deferral, and delivery look the same without clicking each row
  • No way to filter by subject pattern to spot a single broken transactional mail
  • Per-template volume requires SQL against wp_elasticemail_log
  • Resends are per-row only; no bulk retry of a deferred batch

SleekView

  • Filter wp_elasticemail_log by status, template, and date range together
  • Group sends by template or subject pattern to find broken transactional mail
  • Colour-coded status column for delivered, deferred, and bounce
  • Bulk resend a failed batch through the plugin's retry function
  • Copy msg_id directly to look up the message in Elastic Email

Features

What SleekView gives you for Elastic Email Sender

Outbound triage queue

Filter wp_elasticemail_log by status to see what failed and what was deferred today. Coloured status cells separate hard bounces from soft, instead of treating both as a generic error.

Group by template

Aggregate sends by template or subject pattern, so a single broken transactional mail (password resets, order receipts) stands out from the regular delivery noise.

Bulk resend

Select deferred rows and retry through the plugin's own send function. Each row updates with the new API msg_id and status, keeping the audit trail intact.

Audience

Who uses SleekView for Elastic Email Sender

WordPress admins

Audit transactional delivery after a deployment. The deferred-and-failed view tells you immediately whether password resets are landing for users on a particular domain.

WooCommerce ops

Group by template to see how many order receipts and shipping notifications went out today. The status column flags the customer whose receipt bounced.

Support

Filter by recipient to confirm whether the customer was emailed and whether it was delivered. Copy the msg_id into Elastic Email's dashboard for full event detail.

The bigger picture

Why an SMTP plugin earns an operations layer

Elastic Email Sender does the unglamorous job of routing every transactional mail off a WordPress site through a deliverable API. When that pipe works, nobody notices. When it breaks, the symptoms are silent: password resets that never arrive, order receipts that show up for some customers and not others, a newsletter blast that quietly deferred half its volume.

The plugin's own log captures the truth, but the default screen shows it as a flat list that hides the patterns. Operators end up exporting and scripting against it. SleekView turns that log into a real triage table, where status is colour-coded, template grouping surfaces the one broken transactional mail, and bulk resend reuses the plugin's own send path.

That is what makes a quiet failure mode actually visible, fast enough that the marketing team finds out before the support inbox does.

Questions

Common questions about SleekView for Elastic Email Sender

When the logging option is enabled it writes to a table like wp_elasticemail_log. If logging is off, the plugin keeps only a short rolling summary in wp_options; SleekView reads whichever the plugin uses on this site.

 

Open and click data lives in the Elastic Email account, not in the WordPress log. SleekView shows the delivery side that the plugin records locally and links back to the message in the dashboard via msg_id.

 

Yes. Status, recipient, subject, template, msg_id, and send date are all promotable to named columns. Any additional fields the plugin logs (size, headers, hooks) can be added.

 

No. Resends call the plugin's send function, so its templating and headers apply unchanged. The row refreshes with the new response.

 

Queries paginate and use existing log indices. For sites sending tens of thousands of messages a day, SleekView's date-and-status filters target the indexed columns and stay fast.

 

Yes. Each mailer's tables and options are a separate source. You can run a parallel SleekView over the other mailer's log for cross-checking.

 

Per-role view scoping restricts bulk actions. Support can see a recipient view without the bulk resend control, while admins keep the full retry workflow.

 

SleekView reads existing rows; deletion still happens through the plugin's own retention setting or a direct cleanup query. Filtered views make it easy to confirm which records are about to be purged.

 

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