| 开发者 | flexatech |
|---|---|
| 更新时间 | 2026年9月20日 20:06 |
| PHP版本: | 8.2 及以上 |
| WordPress版本: | 7.1 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
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:
mail())wp flexa-mailbridge log list: list and filter the email log (status, mailer, search, date range; table/csv/json output)wp flexa-mailbridge log get <id>: show one entry in fullwp flexa-mailbridge test <to>: send a test email through the active mailerwp flexa-mailbridge reset: wipe all Flexa MailBridge dataflexa-mailbridge folder to /wp-content/plugins/.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.
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.
Yes. Open/click tracking is recorded against the email log, so email logging must be enabled for tracking to work.
Yes. See the WP-CLI commands listed in the description.
log list, log get, test, reset.