Skip Navigation

Email provider for home server alerts

Nextcloud, Qbittorrent, Truenas and loads of other svcs take optional email credentials for sending alerts and other features (eg. password recovery for nextcloud).

What email providers do people usually use to make this process simple to set up? For example, Microsoft doesn't allow basic auth anymore so it's supposedly not possible to use via most of these setups, and some other services seem like they have a low inbox size (does this matter?)

55 comments
  • You only need SMTP server, so the inbox size doesn't matter (assuming you have another email where you want to receive those notifications). And even if you have separate inbox for alerts it's quite unlikely that you get hundreds of megabytes worth of alerts every day and they're pretty much useless after a day or two so there's no need to keep them around.

    In here ISPs commonly have SMTP service included on their service, so that's worth checking. Beyond than that, any at least somewhat reputable provider will do as long as they provide traditional SMTP service. One option is to use a relay host on local network which sends mail trough a smart host so you can just use local unauthenticated SMTP server for all the things you run and that one service will then push the messages to the internet.

  • I ended up setting up a postal server on my vps (see here). Their docs are pretty easy to follow through and it's probably the cheapest option (assuming you already use the and have a domain).

  • I've been pretty lazy with this.

    I used to use my hotmail account, but they disabled password auth for smtp and many programs dont support 0auth2.

    With that change, I just moved to using gmail. You've gotta create an App Password for smtp, but other wise works fine.

    I've just been too lazy to move out of gmail+hotmail. Maybe one day

  • I moved to Google workspace for email, yes I know it Google.

    I have my home IP and dedi IP in the routing settings, then just use SMTP to Google and let them forward to me.

    All servers have null mail installed and setup for Google, I also have docker containers with config if needed

  • Email is my biggest frustration in self-hosting. So many services are dependent on it for reasons no one seems to be able to explain. It costs money to run it. And just the experience of email is atrocious. I don't understand why we haven't moved on from it. We have browser notifications, we have app notifications (both via big tech and NTFY), we have a thousand other chat platforms you can communicate through. It just boggles my mind that we haven't moved away from this archaic technology.

55 comments