| 开发者 | tlloancy |
|---|---|
| 更新时间 | 2026年9月10日 01:19 |
| 捐献地址: | 去捐款 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.1 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
wp_mail() source WP Mail Logging uses), files the ones meant for you like received mail, and makes Reply go to the actual visitor or customer:
inbox_bridge_classify filter and the inbox_bridge_ai_prompt() helper.
The reply address is taken from the Reply-To header when it is not the site, then from a WooCommerce order number in the subject/body, then from the first non-owner email in the message. You can edit it before sending.
Replies go through wp_mail(). If WP Mail SMTP (or another mailer) is already talking to Brevo, the reply is authenticated on your domain like any other site mail.
This is not a mailbox for people who write directly to you@yourdomain.com from Gmail. Those never pass through wp_mail().
Not affiliated with inboxbridge.io, Proton Mail Bridge, or other products named Inbox Bridge.
Step-by-step guides: docs/USER-GUIDE.md (English) and docs/MODE-DEMPLOI.md (French).
tlloancy-outgoing-mail-inbox folder to /wp-content/plugins/.Same raw material: every wp_mail() call. Different job. WP Mail Logging is a send log with Resend. tlloancy Outgoing Mail Inbox is an inbox: For you vs Sent, and Reply to the human.
Because WordPress generated it. The visitor submitted a form; the site mailed you. In the inbox that row is For you.
The visitor or customer — Reply-To, billing email on an order, or an address found in the body. Never the site From, unless you type that on purpose.
No. This is an independent plugin by tlloancy. It only logs WordPress wp_mail() into wp-admin. It is not affiliated with those products.
The default is the WordPress admin email (Settings → General). You can change it under Inbox → Settings. Replies still go through wp_mail(). If WP Mail SMTP has Force From Email enabled, that SMTP From address is the one recipients see.
No. This plugin only sees mail WordPress sends.
Most already set Reply-To to the visitor. If they do not, add the visitor email as Reply-To, or type the address on the reply form.
Yes, under Sent (and All). They are not highlighted unless they were addressed to an owner mailbox.
They are addressed to you, but nobody is on the other side — there is nothing to reply to. The plugin recognizes the WordPress auto-updater (and similar background senders) by the sending code, not by the subject, so this works in every language. Successful updates are filed under Sent as System; a failed update or a crash stays in For you as a red Site alert with the error details.
Install the WordPress AI plugin and add a connector key, then check this plugin under Settings → Connectors → Approvals. The Draft button on a message asks the approved connector for a reply in the language of the original mail and puts it in the editor — you review and send. The approval matrix is re-read on every request, so switching the checked connector takes effect immediately. If no connector is checked, you get a clear error instead of a silent call to an unapproved one.
The classification of every logged mail passes through the inbox_bridge_classify filter (folder, unread state, category, reply target). Combine it with inbox_bridge_ai_prompt() — which honors the same connector approvals — to build an AI triage, or use plain PHP rules.
inbox_bridge_classify filter and inbox_bridge_ai_prompt() helper so AI or custom rules can re-file any logged mail.