Pro Add-on for Luxa SMTP

Your SMTP setup, now with a safety net

Luxa SMTP already sends your email reliably. Pro makes sure it keeps sending even when your provider doesn't — automatic failover, instant failure alerts, one-click resend, and a weekly report so nothing slips by unnoticed.

5
Pro add-ons, one license
2nd
SMTP server as automatic backup
1-click
Resend any failed email
Failover to backup SMTP
SMTP Configuration
Save
Provider
Gmail
Outlook
SendGrid
Mailgun
Amazon SES
SMTP Host
smtp.gmail.com
Port & Encryption
587  ·  TLS
Password
•••••••••••• 🔒
Backup Connection
Failure Alerts
Works with
The Problem

Even a solid SMTP setup has a single point of failure

Luxa SMTP fixes the biggest problem — authentication — but your provider can still have a bad day: an expired API key, a sending-limit block, a temporary outage. When that happens, the free plugin logs the failure correctly, but nothing sends, nothing alerts you, and nothing resends it automatically. Usually the first sign is a customer asking why they never got their invoice.

Your only SMTP connection goes down — every email fails until someone notices and fixes it manually
A failure sits quietly in the log — nobody's actually watching the Email Log page every day
Once you spot a failed email, resending it means digging up the original content and sending it by hand
No visibility into whether this week was normal, or whether something's quietly gotten worse
Backup Connection catches the failure and reroutes through a second SMTP server automatically
Failure Alerts tell you the moment something fails, by email, Slack, Discord, or webhook

Five add-ons, one license, switch each on its own

Every add-on below can be turned on or off independently from the Add-ons page — buying Pro doesn't mean running all five at once.

Backup Connection

Configure a second SMTP server. If the primary connection fails to send, Luxa SMTP automatically retries through the backup — no email lost, no manual intervention.

Failure Alerts

Get notified the moment an email fails — by email, Slack, Discord, or a generic webhook. A built-in cooldown groups repeated failures into one alert instead of flooding your inbox.

Resend From Log

Resend any single email, or bulk-resend an entire filtered view (all failed, all successful, or everything) straight from the Email Log — no digging up the original content by hand.

Export CSV/XLSX

Export the Email Log to a CSV or real XLSX file, respecting whichever All/Success/Failed filter is currently selected — for reporting, audits, or handing off to a client.

Order #4821 confirmation — sent
Password reset — failed
Newsletter signup — sent
Contact form reply — sent

Weekly Report

A weekly email summarizing the last 7 days — how many sent, how many failed, and a short list of recent failures — delivered on whichever day of the week you pick.

One License, Everything

A single license unlocks every current and future Pro add-on — no separate purchases per feature. Turn each one on only when you actually need it.

Everything Free includes, plus what Pro adds

The free plugin isn't a limited trial — everything in the Free column is yours forever, on unlimited sites, whether or not you ever buy Pro.

Feature Free Pro
Authenticated SMTP connection
One-click provider presets
Test email tool with SMTP debug output
Email log — success/failed, filterable, auto-purge
OpenSSL password encryption
Backup Connection — automatic failover to a second SMTP server
Failure Alerts — email, Slack, Discord, or webhook
Resend From Log — single or bulk, any status
Export Email Log to CSV/XLSX
Weekly Report emailed on a day you choose
Turn each Pro add-on on or off independently
Priority email support
Built for developers

Hook into every send, every failure, every setting

Luxa SMTP fires standard WordPress actions at every meaningful point — and exposes its own filters so add-ons (yours or ours) can extend it without touching a single core file.

  • Standard wp_mail_succeeded / wp_mail_failed — no proprietary event system
  • Add your own tab to the Settings screen with one filter
  • All queries use $wpdb->prepare() with %i identifiers
  • Strict LuxaSmtp namespace and lxs_ prefix — nothing bleeds into global scope
Developer hooks
// Get notified in your own system on failure
add_action('wp_mail_failed',
  function($error) {
    // ping your own monitoring, log to a file…
});
// Add a settings tab of your own
add_filter('lxs_settings_tabs',
  function($tabs) {
    $tabs[] = ['id' => 'my-tab', /* … */];
    return $tabs;
});
// Register your own add-on on the Add-ons page
add_filter('lxs_available_addons',
  function($addons) {
    $addons[] = ['name' => 'My Add-on', /* … */];
    return $addons;
});
Built-in Email Log

See every email your site has tried to send

Every send lands in its own database table — not buried in an options row — so it stays fast to browse even on a busy site, and disappears cleanly if you ever uninstall.

  • Filter by success or failed with one click
  • Automatically purge entries older than however many days you set
  • Your SMTP password stays encrypted — never shown in plain text, even here
Email Log
All · Success · Failed
Order #4821 confirmation
to alex@startup.io
2m ago
Sent
Password reset request
to maria@agency.co
1h ago
Failed
Your invoice is ready
to sam@freelance.dev
3h ago
Sent
Contact form: pricing question
to priya@studio.design
Yesterday
Sent

One license. Every add-on, current and future.

No a-la-carte add-ons to piece together — one Pro license unlocks all five, and you can still turn each one on or off from the Add-ons page.

Everything, one license
Pro
$39/year
Requires the free Luxa SMTP plugin
  • Backup Connection — automatic SMTP failover
  • Failure Alerts — email, Slack, Discord, webhook
  • Resend From Log — single or bulk
  • Export Email Log to CSV/XLSX
  • Weekly Report emailed to you
  • Turn each add-on on or off independently
  • Priority email support
Get Pro

Renews yearly to keep receiving updates and support. If it ever lapses, Pro keeps working exactly as it did — you just stop getting new updates until you renew.

Don't have the free plugin yet? Install Luxa SMTP free first — Pro is an add-on to it, not a standalone plugin.

Common questions

Is the free version genuinely usable?

Yes. Authenticated SMTP sending, all 6 provider presets, the test-email tool, and the full success/failed email log are all included free — none of it is a limited trial of the Pro version.

Why encrypt the password instead of just hiding it?

Base64 is an encoding, not encryption — anyone with database read access can reverse it instantly. Luxa SMTP uses real OpenSSL encryption keyed off your own site's secret, so a database leak alone isn't enough to read your SMTP password.

Can I turn off just one Pro add-on?

Yes. Backup Connection, Failure Alerts, Resend From Log, Export CSV/XLSX, and Weekly Report can each be switched on or off independently from the Add-ons page — turning one off never touches the others, or your license.

Can I use this on client sites?

Pro licenses cover a set number of domains per purchase. If you hit the limit, the License tab shows every domain currently using the key with a one-click "Deactivate this domain" link — no need to email support just to free up a slot from an old staging site.

Does it conflict with other SMTP plugins?

Only one plugin should control outgoing mail at a time. If you're switching from another SMTP plugin, deactivate it first — Luxa SMTP hooks the same phpmailer_init action they do.

What happens to my data if I uninstall?

Nothing, by default. Settings and log history are only deleted if you explicitly enable "Delete data on uninstall" in Settings first — otherwise deleting the plugin leaves everything in place.

Never lose track of a failed email again.

Backup Connection, Failure Alerts, Resend, Export, and a Weekly Report — one license, turn on only what you need.

WordPress 6.2+ PHP 7.4+ Free core plugin GPLv2 license