{"id":365786,"date":"2026-09-08T09:57:48","date_gmt":"2026-09-08T09:57:48","guid":{"rendered":"https:\/\/fr.wordpress.org\/plugins\/inbox-bridge\/"},"modified":"2026-09-08T09:57:22","modified_gmt":"2026-09-08T09:57:22","slug":"tlloancy-outgoing-mail-inbox","status":"publish","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/tlloancy-outgoing-mail-inbox\/","author":22011295,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"1.0.0","stable_tag":"1.0.0","tested":"7.1","requires":"6.0","requires_php":"7.4","requires_plugins":null,"header_name":"tlloancy Outgoing Mail Inbox","header_author":"tlloancy","header_description":"Turns the WordPress outgoing mail log into an admin inbox and lets you reply to the real person.","assets_banners_color":"f1f8fd","last_updated":"2026-09-08 09:57:22","external_support_url":"","external_repository_url":"","donate_link":"https:\/\/donorbox.org\/wordpress-plugins","header_plugin_uri":"","header_author_uri":"","rating":0,"author_block_rating":0,"active_installs":0,"downloads":39,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":{"1.0.0":{"tag":"1.0.0","author":"tlloancy","date":"2026-09-08 09:57:22","revision":3686348}},"upgrade_notice":{"1.0.0":"<p>Initial release.<\/p>"},"ratings":[],"assets_icons":{"icon-256x256.png":{"filename":"icon-256x256.png","revision":3686348,"resolution":"256x256","location":"assets","locale":"","width":1024,"height":1024}},"assets_banners":{"banner-1544x500.png":{"filename":"banner-1544x500.png","revision":3686348,"resolution":"1544x500","location":"assets","locale":"","width":1536,"height":1024}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0.0"],"block_files":[],"assets_screenshots":[],"screenshots":[]},"plugin_section":[],"plugin_tags":[358,267,4040,286,6695],"plugin_category":[41,45],"plugin_contributors":[232640],"plugin_business_model":[],"class_list":["post-365786","plugin","type-plugin","status-publish","hentry","plugin_tags-contact-form","plugin_tags-email","plugin_tags-inbox","plugin_tags-woocommerce","plugin_tags-wp_mail","plugin_category-communication","plugin_category-ecommerce","plugin_contributors-tlloancy","plugin_committers-tlloancy"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/tlloancy-outgoing-mail-inbox\/assets\/icon-256x256.png?rev=3686348","icon_2x":"https:\/\/ps.w.org\/tlloancy-outgoing-mail-inbox\/assets\/icon-256x256.png?rev=3686348","generated":false},"screenshots":[],"raw_content":"<!--section=description-->\n<p>Contact forms, order notices, and most \u201csomeone wrote to the shop\u201d messages never arrive as IMAP. WordPress <strong>sends<\/strong> them with <code>wp_mail()<\/code> \u2014 often from the site address <strong>to<\/strong> the site address, with the visitor sitting in Reply-To or in the order.<\/p>\n\n<p><strong>tlloancy Outgoing Mail Inbox<\/strong> logs those outgoing mails (the same source WP Mail Logging uses) and treats the owner-facing ones as an inbox:<\/p>\n\n<ul>\n<li><strong>For you<\/strong> \u2014 To matches an owner address (admin email, your reply From, or extra addresses you list). These rows are highlighted.<\/li>\n<li><strong>Sent<\/strong> \u2014 everything else the site mailed (customer confirmations, password resets\u2026).<\/li>\n<li><strong>Reply<\/strong> \u2014 sends a new message <strong>to the visitor or customer<\/strong>, From the site mailbox. It does <strong>not<\/strong> resend the original mail to the same To (that would write to yourself).<\/li>\n<\/ul>\n\n<p>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.<\/p>\n\n<p>Replies go through <code>wp_mail()<\/code>. If <strong>WP Mail SMTP<\/strong> (or another mailer) is already talking to Brevo, the reply is authenticated on your domain like any other site mail.<\/p>\n\n<p>This is not a mailbox for people who write directly to <code>you@yourdomain.com<\/code> from Gmail. Those never pass through <code>wp_mail()<\/code>.<\/p>\n\n<p>Not affiliated with inboxbridge.io, Proton Mail Bridge, or other products named Inbox Bridge.<\/p>\n\n<p>Step-by-step guides: <code>docs\/USER-GUIDE.md<\/code> (English) and <code>docs\/MODE-DEMPLOI.md<\/code> (French).<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Upload the <code>tlloancy-outgoing-mail-inbox<\/code> folder to <code>\/wp-content\/plugins\/<\/code>.<\/li>\n<li>Activate <strong>tlloancy Outgoing Mail Inbox<\/strong>.<\/li>\n<li>Open <strong>Inbox<\/strong> in the admin menu.<\/li>\n<li>Under <strong>Inbox \u2192 Settings<\/strong>, set the reply From address (your domain mailbox) and the owner addresses that mean \u201cthis mail is for me\u201d.<\/li>\n<li>Keep WP Mail SMTP (or equivalent) configured if you already use it.<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt id=\"is%20this%20wp%20mail%20logging%3F\"><h3>Is this WP Mail Logging?<\/h3><\/dt>\n<dd><p>Same raw material: every <code>wp_mail()<\/code> call. Different job. WP Mail Logging is a send log with <strong>Resend<\/strong>. tlloancy Outgoing Mail Inbox is an inbox: <strong>For you<\/strong> vs <strong>Sent<\/strong>, and <strong>Reply<\/strong> to the human.<\/p><\/dd>\n<dt id=\"why%20is%20a%20contact-form%20mail%20%E2%80%9Coutgoing%E2%80%9D%3F\"><h3>Why is a contact-form mail \u201coutgoing\u201d?<\/h3><\/dt>\n<dd><p>Because WordPress generated it. The visitor submitted a form; the site mailed you. In the inbox that row is <strong>For you<\/strong>.<\/p><\/dd>\n<dt id=\"who%20receives%20my%20reply%3F\"><h3>Who receives my reply?<\/h3><\/dt>\n<dd><p>The visitor or customer \u2014 Reply-To, billing email on an order, or an address found in the body. Never the site From, unless you type that on purpose.<\/p><\/dd>\n<dt id=\"is%20this%20related%20to%20inboxbridge.io%20or%20proton%20mail%20bridge%3F\"><h3>Is this related to inboxbridge.io or Proton Mail Bridge?<\/h3><\/dt>\n<dd><p>No. This is an independent plugin by tlloancy. It only logs WordPress <code>wp_mail()<\/code> into wp-admin. It is not affiliated with those products.<\/p><\/dd>\n<dt id=\"which%20from%20address%20is%20used%20for%20replies%3F\"><h3>Which From address is used for replies?<\/h3><\/dt>\n<dd><p>The default is the WordPress admin email (Settings \u2192 General). You can change it under Inbox \u2192 Settings. Replies still go through <code>wp_mail()<\/code>. If WP Mail SMTP has <strong>Force From Email<\/strong> enabled, that SMTP From address is the one recipients see.<\/p><\/dd>\n<dt id=\"do%20i%20need%20the%20cloudflare%20worker%20%2F%20hotmail%20setup%3F\"><h3>Do I need the Cloudflare worker \/ Hotmail setup?<\/h3><\/dt>\n<dd><p>No. This plugin only sees mail WordPress sends.<\/p><\/dd>\n<dt id=\"do%20contact%20forms%20need%20a%20special%20setup%3F\"><h3>Do contact forms need a special setup?<\/h3><\/dt>\n<dd><p>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.<\/p><\/dd>\n<dt id=\"will%20password%20resets%20show%20up%3F\"><h3>Will password resets show up?<\/h3><\/dt>\n<dd><p>Yes, under <strong>Sent<\/strong> (and <strong>All<\/strong>). They are not highlighted unless they were addressed to an owner mailbox.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.0.0<\/h4>\n\n<ul>\n<li>First release: wp_mail log, For you \/ Sent folders, highlighted owner notices, reply to the correspondent.<\/li>\n<\/ul>","raw_excerpt":"Turns the WordPress mail log into an inbox: highlight notices the site sent to itself, and reply to the real person.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/365786","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=365786"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/tlloancy"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=365786"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=365786"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=365786"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=365786"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=365786"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=365786"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}