✨ 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

SleekPixel for FluentSMTP: dynamic OG cards for SMTP runbooks

FluentSMTP stores its connections, routing rules, and per-email logs in dedicated tables under wp_fc_email_logs and the fluent_smtp_settings option. SleekPixel reads the active connection title and routing rule for each post and renders a 1200 by 630 OG card so every SMTP setup guide and incident note shares with accurate

♾️ Lifetime License available

SleekPixel example output for FluentSMTP

Map FluentSMTP connections to your share template

FluentSMTP, the free SMTP plugin by WPManageNinja, stores active mailer connections in wp_options.fluent_smtp_settings as a serialized array. Each connection includes a title, a provider key like ses or postmark, and a sender_email. Routing rules sit in the same option under the mappings sub-array.

SleekPixel binds those structures to a Twig template once. A runbook page renders with the connection title in the brand slot, so the card reads Routed via Amazon SES for a transactional bucket and Routed via Postmark for a marketing bucket. The badge slot reflects the post type, with values like Runbook, Incident, or Setup guide.

Generated PNGs live in uploads/sleekpixel/fluent-smtp/ keyed by post ID. The cache invalidates when the post saves, when fluent_smtp_settings updates, or when a WP-CLI command kicks off a bulk regenerate after a routing change.

Workflow

From routing rule to PNG in four steps

1

Pick the FluentSMTP template

Open SleekPixel, select the FluentSMTP runbook template, and pick the post category or custom post type your team uses for SMTP runbooks, setup guides, and incident notes.
2

Map the queue fields

Drag connection title, provider key, sender email, and the 30 day send count into the brand, meta, and badge slots. Use the routing rule resolver field if you want the brand label to follow the rule that matches each.
3

Style the variants

Configure the default runbook style and the incident variant in the same template. Live preview renders against a real connection, so you can verify the SES variant and the Postmark variant before publishing any of.
4

Ship live and cache

Save the template. PNGs write to uploads/sleekpixel/fluent-smtp/ on first request per post and stay cached until a save_post or fluent_smtp_settings update fires.

Output

Sample FluentSMTP runbook share

An OG card for a multi-provider FluentSMTP runbook showing the active routing label and 30 day send count read straight from wp_fc_email_logs.

Format: PNG, OG + Twitter card Dimensions: 1200 × 630
SleekPixel example output for FluentSMTP

Comparison

Default theme OG vs SleekPixel for FluentSMTP

Default theme OG image

  • FluentSMTP setup posts share with the site default OG image, no provider context
  • Routing rules change every quarter but static share cards keep showing the old provider
  • wp_fc_email_logs holds per-provider send counts but is invisible to crawlers and previews
  • Multi-mailer setups need separate guides per provider and each guide needs its own image
  • Incident notes shared in Slack benefit from a card

SleekPixel

  • Reads the matching connection from fluent_smtp_settings.connections by routing
  • Provider key like ses drives the accent and brand label without manual edits
  • 30 day send count aggregates from wp_fc_email_logs with one cached query
  • Per-post pin field lets a runbook target one provider regardless of current routing
  • Cache regenerates on save_post and on update_option('fluent_smtp_settings')

Features

What SleekPixel gives you for FluentSMTP

Routing-aware brand label

Each rendered OG image reads the connection that matches the routing rule for the post category or sender email, so a transactional bucket runbook reads SES and a marketing bucket runbook reads Postmark.

Live send-count footer

The meta line shows your rolling 30 day send count for the connection in question, computed from wp_fc_email_logs. Numbers refresh whenever the PNG regenerates, so a runbook page becomes a low overhead public dashboard for ops.

Incident note variant

Add a sleekpixel_badge custom field with value Incident to flip a post into incident mode. The accent shifts to amber, the badge corner reads Incident, and the brand label keeps reading the affected provider so on-call engineers.

Use cases

Where FluentSMTP + SleekPixel earns its keep

Multi-provider runbooks

Teams routing transactional through SES and marketing through Postmark publish runbooks per bucket. SleekPixel labels each runbook with the right provider automatically, so a Slack link unfurls with.

Incident post-mortems

When a provider has a rough day the engineering team publishes an incident note. SleekPixel renders that note with an Incident badge and the affected provider in the brand slot, useful in the share.

Quarterly deliverability recap

Quarterly recap pages summarize sends per provider. SleekPixel pulls the 30 day count for each connection and renders the recap card with the leading provider front and center, no extra dashboards.

The bigger picture

Why FluentSMTP-heavy stacks need accurate share cards

FluentSMTP is the SMTP plugin teams pick when they outgrow single-provider setups. The whole reason to install it is to route different kinds of email through different providers, which means the configuration changes more often than a simple wp_mail_smtp install. A runbook written in March that names Mailgun as the marketing provider becomes wrong in July when the team switches to Sendinblue.

The post body might get a copy edit, but the OG image is usually forgotten and continues to claim Mailgun in every Slack and Twitter preview. SleekPixel removes the manual edit step by reading the active connection straight from fluent_smtp_settings. The brand label on the card follows the live routing rule, not a hardcoded string.

Add the rolling 30 day send count and the card becomes more than a label, it becomes a public ops indicator readers can see without leaving Twitter. For incident notes the same template flips into an amber accent and an Incident badge via a single custom field, which keeps the on-call narrative crisp when the affected provider is in the preview.

Questions

Common questions about SleekPixel for FluentSMTP

No, the free FluentSMTP plugin includes both the connections array in fluent_smtp_settings and the wp_fc_email_logs table that SleekPixel reads. There is no Pro version of FluentSMTP to worry about, and the integration works on the version shipped from the WordPress plugin directory today.

 

By default the template reads the routing rule that matches the post category or sender email, both of which are stored in fluent_smtp_settings.mappings. If no rule matches, the fallback connection labeled default in the settings is used. You can override per post with a sleekpixel_connection custom field set to the connection slug.

 

Yes. The quarterly recap variant of the template iterates connections and renders the top provider by 30 day count in the brand slot, with a small footer line listing the other connections by name. Useful for hub pages summarizing ops without needing one image per provider.

 

A select count(*) from wp_fc_email_logs where status equals sent and created_at greater than now minus 30 days, scoped to the connection_id of the matched connection. The query result caches alongside the PNG with a 24 hour TTL, so social crawlers do not run it more than once per regenerate.

 

Yes. SleekPixel hooks updated_option for fluent_smtp_settings and walks every post bound to the FluentSMTP template, deleting the cached PNG file for each. The next visit regenerates with the new connection title or sender email. Heavy installs can switch to a lazy invalidate flag to avoid a burst of file deletes.

 

Incident mode shifts the accent color from the cool default to an amber tone, swaps the badge label from Runbook to Incident, and adds a subtle status dot next to the brand label. Everything else, including typography and layout, stays identical so a reader instantly recognizes the variant.

 

Yes, the provider region is stored in fluent_smtp_settings.connections under the region key for SES and similar providers. Map the region field into the brand suffix slot of the template and the card reads Routed via Amazon SES eu-west-1, which is useful for posts about latency or data residency.

 

No. SleekPixel only reads from wp_fc_email_logs, never writes. The integration is one-way, so even if you uninstall SleekPixel the FluentSMTP log table and settings remain untouched. The only files SleekPixel creates are PNGs under the uploads directory, which can be deleted at any time.

 

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