Comparisons13 min read

JustEmails vs Forward Email: Open-Source Forwarding Against Managed Mailboxes

Open-source forwarding vs managed mailboxes. Which fits your 2026 workflow?

By JustEmails Platform Team

Two weeks ago, a developer on Hacker News asked about Forward Email as a privacy-focused alternative to Google Workspace. The top comment? "Depends on whether you want forwarding or actual mailboxes." That's the whole Forward Email alternative comparison in one sentence, honestly.

Forward Email is the darling of the self-hosted crowd. Open-source under MIT license, privacy-first architecture, encrypted SQLite storage, and a free tier that actually works. The founder, Nick Baugh, runs it transparently — you can read the code yourself, see exactly how your mail is handled, and even self-host the entire thing if you want. I've poked around the repo. It's clean.

JustEmails takes a different approach. Managed mailboxes. IMAP access by default. Auto-configured DNS. Bundled transactional API. Team management. Less transparency, more convenience. We're not open-source, and we don't pretend to be. (Honestly, I wish we were — but that's a different conversation about resource allocation and priorities I've lost internally.)

So which one fits your workflow? Depends on what you're actually trying to do with email.

Quick Verdict

TL;DR: Forward Email wins for privacy maximalists, developers who want to audit the code, and anyone who just needs cheap email forwarding to an existing mailbox. JustEmails wins when you need real IMAP mailboxes, team administration, transactional email, and managed DNS setup without the DIY overhead.

If you're routing email from 10 domains to your personal Gmail and don't want another inbox to check, Forward Email at $3/month handles that beautifully. If you're running client-facing email for a business and need standalone mailboxes with proper team access, JustEmails at $49/year makes more sense.

The Core Difference: Forwarding vs Hosting

This comparison isn't apples-to-apples, and being honest about that matters.

Forward Email started as a forwarding service. You point your domain's MX records at Forward Email, they receive incoming mail, and they forward it to wherever you want — Gmail, Proton Mail, your personal server, whatever. Outbound sending works via SMTP aliases. You can enable IMAP/POP3 on paid plans, but the architecture is forwarding-first.

JustEmails is traditional mailbox hosting. We store your mail on our servers. You access it via IMAP, SMTP, POP3, or our webmail interface. There's no forwarding layer unless you want one.

Different architectures, different use cases. Neither is wrong. But pick the wrong one for your workflow and you'll feel it every single day. That friction compounds.

Feature-by-Feature Comparison

FeatureJustEmailsForward Email
Pricing modelFlat $49/yearFree tier + paid from $3/month
Starting price$49/year (~$4.08/mo)Free (forwarding only)
Domains includedUnlimitedUnlimited
Mailboxes/aliasesUnlimitedUnlimited
Primary architectureManaged IMAP mailboxesForwarding + optional IMAP
Storage10 GB included; +100 GB at $100/year10 GB on paid plans (encrypted SQLite)
WebmailPurpose-built UIRoundcube-based
DNS auto-verificationYesManual (good docs though)
SPF/DKIM/DMARCAuto-configuredSupported (manual setup)
Transactional email APIBundled (1K/mo free)No
Open-sourceNoYes (MIT license)
Self-hostableNoYes
End-to-end encryptionNoYes (OpenPGP)
Team managementYes (RBAC)Limited
Company age20252017

The pricing looks like Forward Email wins at first glance. And for pure forwarding use cases, it does. But compare $49/year flat to $36/year ($3/month) on Forward Email's paid tier — the gap closes fast once you need features beyond forwarding.

Where Forward Email Wins

Real talk: Forward Email has genuine advantages we can't match. And yeah, it's a little painful to write this section — but pretending otherwise would be dumb.

Open-Source Transparency

Forward Email's entire codebase is MIT-licensed and public. You can read exactly how your mail is processed, stored, and encrypted. No trust required — verify it yourself.

JustEmails is not open-source. You're trusting our word when we say we don't read your mail and we encrypt everything properly. For most business users, that trust is fine. For security researchers, journalists, activists, or anyone with an elevated threat model, auditable code matters.

I can't compete with transparency I don't offer. That's just... how it is.

Privacy Architecture

Forward Email uses encrypted SQLite databases — each mailbox is its own encrypted file, not rows in a shared database. They support OpenPGP end-to-end encryption. Mail can be encrypted before it ever touches their storage.

JustEmails encrypts data in transit (TLS 1.2+) and at rest on disk. Standard practice, nothing special. We don't offer E2E encryption where we literally can't read your mail. Forward Email does.

If your threat model includes "what if the hosting provider gets compromised," Forward Email's architecture handles that better. For the other 95% of users, both are secure enough. But that 5%? They know who they are. And I won't pretend their concerns are paranoid — they're not.

Free Tier That's Actually Useful

Forward Email's free tier gives you unlimited aliases, unlimited domains, and unlimited forwarding. No payment required. You can receive email on your custom domains forever without spending a dollar.

The catch: you can't send email on the free tier. And you don't get IMAP access. But for a side project that just needs a contact form to forward to your Gmail? The free tier is legitimately great.

JustEmails has a 7-day free trial, card required. That's it. No permanent free tier. (We've debated this internally. A lot. The abuse prevention math is brutal for email providers.) If you need ongoing free email hosting, Forward Email wins by default.

Self-Hosting Option

Want to run the whole thing on your own infrastructure? Forward Email publishes everything you need. Same code that powers their SaaS, running on your servers.

JustEmails doesn't offer self-hosting. We're SaaS-only. If infrastructure control matters to you — regulatory reasons, paranoia, learning exercise, whatever — Forward Email supports it. We don't.

Where JustEmails Wins

Now the flip side. Here's where forwarding-first architecture creates friction — and I'll try not to be insufferable about it.

Native IMAP Mailboxes

This is the big one. JustEmails stores mail in traditional mailbox infrastructure with full IMAP access from day one. Connect Thunderbird, Apple Mail, Outlook, whatever. It just works.

Forward Email's IMAP access is a paid feature bolted onto a forwarding service. The underlying storage is encrypted SQLite files, which means some edge cases behave differently than traditional mailboxes. Most users won't notice. But if you're managing 50 client mailboxes and need consistent IMAP behavior across desktop clients, purpose-built mailbox hosting removes variables. (I spent a weekend debugging a client's mail sync issue that turned out to be architecture-related. Never again.)

Unified Inbox Dashboard

JustEmails includes a dashboard where you see all your mailboxes across all your domains in one place. Add a domain, click verify, create mailboxes, manage team access. Visual, fast, designed for people managing multiple clients. If you're migrating from Google Workspace, our workspace migration guide walks through the process.

Forward Email's admin interface works, but it's built for developers comfortable with DNS records and email protocols. That's fine for the target audience. But if you're delegating email management to a non-technical team member, JustEmails' dashboard is easier to hand off.

Auto DNS Configuration

Add a domain to JustEmails, and we show you exactly what DNS records to create. Add them, click verify, watch checkmarks turn green. SPF, DKIM, DMARC, MTA-STS — all guided. We catch common mistakes before they break deliverability.

Forward Email provides good documentation, but verification is manual. You add the records, wait for propagation, hope you got it right. For experienced sysadmins, fine. For a freelancer who just wants email to work without learning DNS syntax, guided setup removes real friction. (DNS is one of those things that's "simple" until it isn't. And then you're staring at propagation delays at 11 PM wondering where you went wrong.) Our DMARC guide covers the rollout process if you're tightening authentication.

Bundled Transactional Email

JustEmails includes 1,000 transactional emails/month at no extra cost. Password resets, signup confirmations, order notifications — use our REST API and you're done. Need more? Add $25/year per 10K-email tier.

Forward Email doesn't have a transactional API. If you need programmatic sending, you need another provider — Resend, Postmark, SendGrid, Amazon SES. Another vendor, another integration, another bill. Another thing that can break at 2 AM. For tracking email performance, JustAnalytics integrates cleanly with JustEmails for privacy-respecting delivery analytics.

For SaaS founders who want mailbox hosting and app email from one provider, JustEmails consolidates both. We compared SMTP vs API transactional email if you're weighing the approaches.

Team Management and RBAC

JustEmails has built-in team management. Owner, Admin, Member, Viewer roles. Add team members at $2/member/month — prorated, cancel anytime. The owner seat is free.

Forward Email's team features are limited. It's designed for individual users or small teams where one person manages everything. If you're an agency with account managers handling different clients, JustEmails' RBAC model fits better.

Pricing Breakdown

As of June 2026:

JustEmails:

  • All-In Plan: $49/year — unlimited domains, unlimited mailboxes, 10 GB storage
  • Storage add-on: +100 GB for $100/year (stackable)
  • Transactional API: 1K/mo included free; +$25/year per 10K-email tier
  • Team members: $2/member/month (owner included free)
  • Trial: 7-day free trial, card required

Forward Email:

  • Free tier: forwarding only, no outbound SMTP, no IMAP
  • Personal: $3/month ($36/year) — 10 GB storage, IMAP access, outbound SMTP
  • Enhanced: $9/month ($108/year) — priority support, additional features
  • Team: $12/month ($144/year) — team management features

For pure email forwarding to an existing mailbox, Forward Email's free tier is unbeatable. For a single domain with light usage and forwarding-compatible workflow, Forward Email Personal at $36/year edges JustEmails at $49/year.

But the math shifts once you need:

  • Multiple team members (Forward Email Team at $144/year vs JustEmails at $49/year + $2/member/month)
  • Transactional email (Forward Email + separate provider vs JustEmails bundled)
  • Native IMAP mailboxes without forwarding-layer quirks

For agencies managing 10+ client domains with real mailboxes and team access, JustEmails' flat $49/year is hard to beat. Forward Email wasn't designed for that use case. If you're running paid campaigns, pairing email with ClickzProtect prevents ad fraud from wasting your marketing budget.

Who Should Pick What

Choose Forward Email if:

  • Privacy and code transparency are non-negotiable for your threat model
  • You primarily need email forwarding to an existing mailbox (Gmail, Proton, etc.)
  • You want a free tier for side projects that only receive mail
  • You're a developer comfortable with self-hosting or DIY DNS setup
  • Open-source ethos matters to you

Choose JustEmails if:

  • You need standalone IMAP mailboxes, not forwarding
  • You're managing email for clients and need team/admin access
  • You want transactional email bundled instead of another vendor
  • Auto-configured DNS and guided setup matter to you
  • You're migrating from Google Workspace to cut costs — see our Google Workspace alternatives guide

Either works if:

  • You're technical enough to handle DNS either way
  • You don't need enterprise compliance features
  • Budget is tight and you're comparing the paid tiers
  • Privacy is important but your threat model is standard

The Honest Take

Forward Email and JustEmails solve adjacent problems, not the same problem.

Forward Email is brilliant for what it is: a privacy-respecting forwarding layer that routes your custom domain email to wherever you want. The open-source angle isn't marketing — it's genuine transparency. Nick Baugh built something the self-hosted community genuinely respects, and that respect is earned.

JustEmails is built for people who want email hosting that feels like a modern SaaS product. Purpose-built dashboard, managed DNS, bundled transactional API, team access. Less transparency, more convenience. Different tradeoff.

Here's my contrarian take: the forwarding-first architecture Forward Email uses is actually a strength for personal use and a limitation for business use. Forwarding works great when you already have a mailbox you like (Gmail, Proton, whatever) and just want to attach custom domains. It creates friction when you need independent mailboxes for clients, team members, or departments — because now you're managing forwarding rules instead of just... mailboxes.

Neither architecture is wrong. But picking the one that matches your workflow matters more than picking the one that looks cheaper on a spreadsheet.

If you're routing email to your personal Gmail and privacy matters, Forward Email is excellent. If you're running client-facing business email and need standalone mailboxes with proper team management, JustEmails removes friction that Forward Email's architecture creates.

Questions? support@justemails.app — real humans, usually within a few hours. (We're a small team, so occasionally it takes a day. I won't pretend otherwise.)

Check out more comparisons including JustEmails vs MXroute and JustEmails vs Migadu. And if you're curious what else Velocity Digital Labs is building, take a look at JustAnalytics for privacy-first web analytics, ClickzProtect for ad fraud protection, or VeloCards for crypto virtual cards.

Frequently Asked Questions

Can Forward Email replace a full mailbox provider like JustEmails?

Not directly. Forward Email is primarily a forwarding service — it routes incoming messages to another mailbox (Gmail, Proton, etc.) and lets you send via SMTP aliases. You can enable IMAP/POP3 access on paid plans, but it stores mail in encrypted SQLite databases, not traditional mailbox infrastructure. If you want a standalone mailbox solution with native IMAP access, unified inbox management, and team features, JustEmails is the better fit. Forward Email works best as a privacy layer on top of an existing mailbox rather than a replacement for one.

Is Forward Email actually free?

The forwarding-only tier is free for basic use. You get unlimited aliases, unlimited domains, and forwarding to any external address — no payment required. But if you want to send email (outbound SMTP), access mail via IMAP/POP3, or get priority support, you need a paid plan starting at $3/month. The free tier is genuinely useful for receiving mail, but most people running business email will hit the paid tier quickly.

Which is better for privacy — Forward Email or JustEmails?

Forward Email has a slight edge for privacy purists. It's fully open-source (MIT license), uses end-to-end encryption via OpenPGP, stores mail in encrypted SQLite files with no shared database, and operates transparently with auditable code. JustEmails encrypts data in transit and at rest using standard TLS and storage encryption, but our codebase isn't public. For most business users, both are private enough. For activists, journalists, or anyone who wants to verify the code themselves, Forward Email's transparency is the differentiator.

Can I migrate from Forward Email to JustEmails?

Yes, if you're on a Forward Email paid plan with IMAP access enabled. Export your mail via any IMAP client (Thunderbird works well), then import to JustEmails using our migration tools or client-side drag-and-drop. DNS cutover is straightforward — update MX records, add SPF/DKIM/DMARC entries, and you're live. If you're on Forward Email's free tier (forwarding only), there's no mail stored to migrate — just update your DNS and start fresh on JustEmails.


Try JustEmails

Unlimited custom domain email hosting for $49/year flat — unlimited domains, unlimited mailboxes, 10 GB storage, full IMAP/SMTP. Built for agencies, freelancers, and anyone managing email across more than one domain.

Start your 7-day free trial → · How it compares

forward-email-alternativeopen-source-emailemail-forwarding-vs-hostingprivacy-emailflat-rate-emailbuildinpublicsaasstudioaiworkforcebuildwithclaude

Related posts