1. 16

Hi all!

I’m planning to move away from using a single email for multiple websites to using 1 email address per domain like {website-a,website-b,website-c}@domain.com and using a catch all service to forward to my primary email → to help with spam filtering, (un)subscription(s) etc.

Services like Anonaddy and SimpleLogin seem legit and good. Also checked Firefox Relay. But not sure about the longevity of the service given Mozilla has discontinued a lot of product offerings in short span in the past decade.

I wanted to hear from others on how the aforementioned services (and also other competing email forwarding services) fare against each other in terms of

  1. Privacy
  2. Cost
  3. Reliability/Longevity of the service
  4. Features

Thanks in advance.

    1. 10

      Not quite what you’re asking for, but Fastmail is an email service that offers the multiple addresses thing as a feature out of the box. foo@myname.example.com goes to the same inbox as myname@example.com. Just required a couple of DNS entries.

        1. 1

          TIL and I have been using fastmail for 5 years.. Thanks for sharing!

      1. 3

        Also Migadu!

    2. 5

      I’m using purelymail.com with my own domain. It costs peanuts per month (currently at $0.34) and it can forward mail addressed to non-existing mailboxes to a catch-all for any domain you own.

      This was my go to method for this exact use-case.

      [edit] Privacy wise, I’m not sure what to say, it’s a regular service that offers IMAP/SMTP, so as long as you download all your email and don’t leave it on the server it should be fine. They also mention that for the time that it resides on their server, the data is encrypted.

      1. 2

        I’m also a happy customer of Purelymail, and using their Routing functionality you can set up an unlimited number of filter rules and which will forward e-mails to any address just fine.

    3. 3

      Essentially any email forwarding services will help you there. You can configure a catch-all.

      To me, email is a great protocol where it’s distributed. If you only use any email service as a dumb client, as in don’t rely on their web ui to read email, then it’s very easy to migrate to another platform.

      In case of email forwarding, emails are stored at the final destination so it’s even easier to migrate, you just point MX record of your domain to another platform.

      1. Privacy Really at the end of day it’s all about who you trust. All service will claim they won’t read your email and obviously they won’t. But let’s say they are working on a spam filtering, they have to monitor it, and at least the operator has to check a field thing such as origin IP, domain, and subject line at least to ensure spam filtering work. So this is a very grey area. If Privacy is about not leaking the original emails are almost all email forwarding services are good here

      2. Cost When we acquire a domain, we pay about $10-20 depend on provider or domian type, so I generally assume cost about $12 for email forwarding is good here.

      3. Reliability/Longevity of the service In my experience, icloud/hotmail has kind of dumb/sensitive spam filtering sometime may flagged your legitimates email as spam. Esepcially if you used to receive email from someone directly at your domain, or your real inbox is new.

      Many provider are support ARC now so we will have better delivery(because SPF will fail when forwarding email) and ARC is a must.

      1. Features Some services offer webhook(so you can example, fire a webhook to process your receipt emails- this is what I do and essentially build an API for my bank on top of google sheet api :-) will open source it soon too. Some offer regex routing and URL redirection too. Some offer maillog so you an look into the mailqueue to know if an email is flagged as spam or never come to your final inbox

      FULL DISCLOUSE: I run an hanami, an email forwarding service

    4. 1

      Migadu lets you create virtually emails and addresses for a given domain (I say “virtually” unlimited because they claim there isn’t a limit, but they might change that if abuse occurs).

      You do have to pay for Migadu email, but this is a really nice bonus.

      Additionally, almost all email providers let you add a “+” to your email address: username+website@domain.tld is an automatic alias for username@domain.tld.

    5. 1

      All three are open source and probably can be self hosted. Not sure if the common email pitfalls apply and how much work it would be to set them up. Maybe someone is doing that and can/cannot recommend it?

      1. 1

        It requires very roughly zero setup using most stock email software. Enable subaddresses, done.

    6. 1

      I recently came across this which looks good to me for your use case especially as Privacy is one of the features you have listed:

      https://posteo.de/en

      1. 1

        This looks like a email service provider. Although it includes 2 free aliases per account, it is not a forwarding service primarily. What I want is to create/remove/block aliases and set them up to forward emails to a primary email account of my choice.

        1. 1

          Out of interest, why do you not want to self-host this? Dovecot can run on a very cheap VPS unless it’s getting a huge volume of email and it’s trivial to set up catchall redirects and then use sieve rules to reject any that you’ve decided to block. SMTP provides fail-over via backup MX records, so a couple of $5/month VPSs would be fine for this.

    7. 1

      For one-shot redirections, I’m using https://jetable.org/

      edit – Just found the source code: https://github.com/yverry/jetable

    8. 1

      There’s pobox.com from Fastmail

    9. 1

      What about your own domain with a catch all?

      It’s what I’m doing, for years. Works perfectly!

    10. 1

      I’m using mailbox.org:

      • Privacy: good (e.g. you can encrypt all incoming mails with a GPG key)
      • Cost: 1 EUR/month
      • Reliability/Longevity of the service: I had maybe 1-2 hours outage in the last 2 years or so
      • Features: several, but I don’t use them

      If you don’t have a domain you can still generate random aliases (@temp.mailbox.org). However, these random aliases will be deleted after a month. So it’s probably not the behavior you want.

      (Btw. friend invitations include 3 months for free. Drop me a PM if you need one).

    11. 1

      I run an opensource service that forward but requires you to use your own domain (s).

      https://mx.ax https://github.com/jawr/mxax

      There is a free tier and currently the paid tier is a very reasonable $3. Of course this is based on fair usage.

      You can define the level of logging you want, some users might want to be able to check for bounced emails, whereas some want no logging at all.

      I want to invest some more time in to this project, but am a little busy elsewhere, but I do use it for all my own domains/emails!

    12. [Comment removed by author]

    13. 1

      Assuming I’m following your needs correctly, I would recommend https://forwardemail.net. It has a free tier for easy testing. The paid tier is needed to hide the redirect target address, along with other extra features. I’ve been using it for several years, and it works quite well!