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?)

    • gamer@lemm.ee
      link
      fedilink
      English
      arrow-up
      1
      ·
      6 months ago

      I use MXRoute, which is a similar tiny/one-person email service. Also great so far. I use it for personal stuff + a client’s professional business emails, and haven’t had any issues with either.

      Supporting small businesses like these feels great!

  • oldfart@lemm.ee
    link
    fedilink
    English
    arrow-up
    4
    ·
    6 months ago

    Install dovecot and set up your email client to connect to it. Email is trivial if you’re not sending to other hosts.

  • IsoKiero@sopuli.xyz
    link
    fedilink
    English
    arrow-up
    3
    ·
    6 months ago

    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.

  • OCT0PUSCRIME@lemmy.moorenet.casa
    link
    fedilink
    English
    arrow-up
    2
    ·
    6 months ago

    It’s not really that privacy friendly, but I use zoho. You can send emails free from aliases with your own domain name so I have emails coming from nextcloud@mydomain pve@mydomain etc.

  • Darkassassin07@lemmy.ca
    link
    fedilink
    English
    arrow-up
    2
    ·
    6 months ago

    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

  • souperk@reddthat.com
    link
    fedilink
    English
    arrow-up
    1
    ·
    6 months ago

    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).

  • dkc@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    6 months ago

    I do this with my home network using FastMail. You can create App specific passwords for each service you add email notification support for. This means you don’t risk compromising your full accounts passwords. You can also put constraints on each app password, such as limiting it only to sending emails but not reading email or looking at your contacts and files. This is nice in case any of my passwords are leaked.

  • Matt The Horwood@lemmy.horwood.cloud
    link
    fedilink
    English
    arrow-up
    1
    arrow-down
    1
    ·
    6 months ago

    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

  • walden@sub.wetshaving.social
    link
    fedilink
    English
    arrow-up
    1
    arrow-down
    1
    ·
    edit-2
    6 months ago

    I use gmail. You just have to set up an “app” password. I always have to search for how to do that, but once you have an app password you’re off and running.

    I also just started hosting my own nfty and have been moving as much as possible to that. So far I’ve replaced two email notifications with push notifications, which is nice.

  • Xanza@lemm.ee
    link
    fedilink
    English
    arrow-up
    1
    arrow-down
    3
    ·
    6 months ago

    Email is like, the worst possible option. Check out Apprise. Super easy to setup Telegram or Discord notifications via webhooks. Takes like a minute.