Linux 软件免费装
Banner图

Flexa MailBridge

开发者 flexatech
更新时间 2026年9月20日 20:06
PHP版本: 8.2 及以上
WordPress版本: 7.1
版权: GPLv2 or later
版权网址: 版权信息

标签

smtp email tracking wp mail smtp email log email delivery

下载

1.0.0 1.0.1

详情介绍:

Flexa MailBridge is the email delivery layer for your WordPress site. It sits between wp_mail() and your mail provider, so every message your site sends (order emails, password resets, form notifications, newsletters) goes out through a real mailer instead of the default mail() that so often lands in spam. Around that core it adds the parts a dependable delivery pipeline needs: a fallback mailer for when the primary one fails, an optional background queue that retries temporary failures, a full log of everything sent, open and click tracking, and delivery reports. Routing and fallback Set the From name and address (with optional force overrides), pick a primary mailer, and choose a fallback that takes over automatically if the primary fails. Eighteen transports are supported: API credentials and OAuth tokens are encrypted at rest (AES-256-GCM) and are never returned to the browser in plain text. Delivery queue and retries Turn on the optional queue to send email in the background instead of during the page request, so a slow provider never holds up checkout or a form submission. Temporary failures (rate limits, timeouts, transient provider errors) are retried with backoff up to a limit you set; permanent errors are left alone rather than retried forever. The queue is off by default, so nothing changes until you enable it. Email logs Every message is logged with its status (sent / failed / pending), mailer, recipients, subject, source, and the exact error when a send fails. Browse, search, and filter the log, open any entry to see its full body and engagement, and export the current view to CSV. Set a retention window to prune old logs automatically. Open and click tracking Optionally embed a tracking pixel and rewrite links so you can see which emails were opened and which links were clicked, per message. Reports A dashboard widget and a Reports tab summarise delivery trends (sent vs. failed, open and click rates, busiest mailers, top links) over 7/30/90 days, with optional weekly and monthly digest emails. WP-CLI Import Migrate settings and logs from WP Mail SMTP, Easy WP SMTP, SMTP Mailer, WP SMTP, or WP Mail Bank. Secrets are re-encrypted on import.

安装:

  1. Upload the flexa-mailbridge folder to /wp-content/plugins/.
  2. Activate the plugin through the Plugins menu in WordPress.
  3. Go to Flexa MailBridge in the admin menu, choose your mailer, enter its credentials (or connect via OAuth), and send a test email.

常见问题:

Will sending email slow down my site?

Not if you enable the delivery queue. With the queue on, wp_mail() hands the message off and returns right away, and the actual send happens in the background on WP-Cron, with automatic retries for temporary failures.

Are my API keys and passwords safe?

Yes. Every secret credential and OAuth token is encrypted with AES-256-GCM before it is stored, and secrets are masked (never sent in plain text) when the settings screen loads.

Does tracking require logging?

Yes. Open/click tracking is recorded against the email log, so email logging must be enabled for tracking to work.

Can I use it with WP-CLI?

Yes. See the WP-CLI commands listed in the description.

更新日志:

1.0.1 1.0.0