All Your Inboxes

All your addresses, one inbox — reply from your domain

Visit Website
September 7, 2026 I got tired of paying for mail hosting per domain, so I built my own way out

Like a lot of people here, I run several small products, each on its own domain. Every one of them needs an info@ or support@ that a real customer can write to — and every option for that was bad in its own way: - A mail hosting seat per domain adds up fast when you have five domains and three customers. - Free forwarding tools treat email as developer infrastructure: DNS lessons, another dashboard, and when you reply, it comes from your personal Gmail — which looks amateur and often lands in spam. What I actually wanted was simple: mail sent to any address I own should land in the inbox I already check, and when I hit Reply, the answer should leave from my business address, in the same thread. That product didn't exist in the shape I wanted, so I built it: https://allyourinboxes.com Some things I learned the hard way while building it: 1. Gmail rejects "+" addresses as forwarding targets with a generic "invalid address" error. Nothing in any documentation says this. We rebuilt our whole address scheme around dots because of it. 2. Gmail also silently rate-limits adding forwarding addresses from sessions/IPs it distrusts — same generic error, no matter what you type. The fix is embarrassing: wait a few hours and try once, cleanly. 3. Cloudflare's Email Routing verification endpoint is now behind bot protection, so "we'll auto-click the verification for you" died as a feature. Even a headless browser gets stuck in the challenge loop. We redesigned the flow around one honest human tap instead. 4. If a domain has no MX records at all, mail doesn't bounce — it just evaporates. Our setup now writes the MX records itself and refuses to touch domains that already have a mail provider. Everything we hit is documented in the product's guides, because I never want a customer to debug what I had to debug. The product is live. One inbox is free forever (no card), and I answer support myself — through the product, since our own support@ runs on it. I'd genuinely love feedback from people who juggle multiple domains: what would make you switch, and what would stop you?

1 Comment

  1. 1
    The remediation angle seems stronger than the scan itself. Do freelancers/agencies use the report to actually scope or sell accessibility fixes, or are customers mainly buying it as a one-off compliance check?

About

I own several small products, each on its own domain — and every domain needs an info@ or support@ that actually gets answered. The market gave me two bad options: pay for mail hosting per domain, or wire up forwarding t