Several of my self hosted services need to be able to send minor occasional emails for things like changing passwords or other notifications.

I’ve never been interested in the hassle of self-hosting my personal email, since I’ve heard about it being difficult. But for my little local services to have one admin@ or noreply@ to send from, with just a small handful of friends and family as users, maybe it’s simpler than a full personal email replacement would be? I’m not too concerned, for example, if they have to check their spam folders. As long as the email still lands. And probably wouldn’t need to worry about incoming emails.

What are you using for this type of thing? Hoping to have something not too complicated, and FOSS.

Edit: I also would like it to come from ____@mydomain.com

  • vbatts@lemmy.ml
    link
    fedilink
    English
    arrow-up
    3
    ·
    edit-2
    18 hours ago

    I haven’t seen others mention it yet, but for a while I also self-hosted https:/)mailinabox.email/ and used it for what you described.

  • AHemlocksLie@lemmy.zip
    link
    fedilink
    English
    arrow-up
    1
    ·
    15 hours ago

    If they’ll go for it, the most reliable way will be to offer them extra email addresses on your mail server. Sometimes, when a mail provider decides they don’t trust an incoming email, they don’t mark it as spam or reject it and send a notification response. They just… Silently drop it without ever mentioning it to sender or recipient. The only genuinely reliable way I’ve heard to build and maintain the reputation to avoid that is to send way more mail than a few individuals can manage, even with your services sending notifications. Theoretically, you can do it with really low mail volume if you jump through a whole bunch of hoops, but nothing is really guaranteed long term.

  • eleitl@lemmy.zip
    link
    fedilink
    English
    arrow-up
    5
    ·
    23 hours ago

    Postfix, but even with full spf dkim etc. monty not guaranteed to be always delivered to Gmail and Outlook. Because these don’t give a shit about standards.

  • deffard@lemmy.world
    link
    fedilink
    English
    arrow-up
    2
    ·
    1 day ago

    I picked zoho.com free tier, with an eu.org domain after scanning through a set of different options. No marketing appended to emails and only throttles on excessive sending instead of hard limits. Each service sends from its own address.

    purelymail.com was my backup paid option if the free plans were no good, with the advanced pricing and low usage the cost would be miniscule.

  • Evotech@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 day ago

    I just use my own protonmail. You can set up different accounts smtp providers for your different services

  • Drunk & Root@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 day ago

    i just use a email account from somewhere that supports email clients and set it up as a glorified mail client thats send only

  • clifmo@programming.dev
    link
    fedilink
    English
    arrow-up
    5
    ·
    2 days ago

    Postfix + Amazon SES free tier

    I have every one of my selfhosted domains, apps and even list monk sending mail (tho I don’t have an actual newsletter yet)

  • scrchngwsl@feddit.uk
    link
    fedilink
    English
    arrow-up
    4
    ·
    2 days ago

    My domain registrar hosts my email too, so I set up a mailbox for self-hosted services to send emails from. Is this an option for you? For me I figured it would be a lot easier than setting up a mailserver myself and doing the research you’re now doing.

  • antsu@discuss.tchncs.de
    link
    fedilink
    English
    arrow-up
    5
    ·
    2 days ago

    I’m hosting Mailcow in a cheap VPS, for both personal/family and system emails. Not something I’d necessarily recommend (it’s overkill for your requirements anyway), but the initial setup and maintenance are not nearly as difficult as people will try to make you believe. Before that I just used Gmail. You can point your sending application to smtp.gmail.com, STARTLS on port 587 or SSL on port 465, username is your email address, and a Gmail app password you create beforehand.

  • i_am_not_a_robot@discuss.tchncs.de
    link
    fedilink
    English
    arrow-up
    6
    ·
    2 days ago

    I verified my domain with Proton and I can send mails from my domain through their servers and pass all sender verification and reputation tests. This works without needing to control a public IP in a range that is allowed to send mail to the common mail services.

    • tuxec@infosec.pub
      link
      fedilink
      English
      arrow-up
      2
      ·
      1 day ago

      Hello,

      Can you detail how you’re sending the emails? Where you have to configure the Proton credentials?

      • hikaru755@lemmy.world
        link
        fedilink
        English
        arrow-up
        2
        ·
        23 hours ago

        It’s somewhere in the settings on the web interface, you can set up SMTP credentials for any of the email addresses you’ve set up in Proton there. Maybe you’ll find it on your own already, but I could look it up exactly once I’m on the PC later

      • MaggiWuerze@feddit.org
        link
        fedilink
        English
        arrow-up
        2
        arrow-down
        1
        ·
        1 day ago

        Since proton does not support IMAP, you can only send it through the browser or their official clients

        • hikaru755@lemmy.world
          link
          fedilink
          English
          arrow-up
          3
          ·
          24 hours ago

          That’s wrong, you can set up sending via SMTP pretty easily. And they also have an IMAP bridge app to access your mailbox through other clients like Thunderbird.

        • tuxec@infosec.pub
          link
          fedilink
          English
          arrow-up
          2
          ·
          1 day ago

          There also the Proton Bridge which could be an option, but haven’t used is myself. That’s why I am curios on the setup. 😁

  • chaospatterns@lemmy.world
    link
    fedilink
    English
    arrow-up
    4
    ·
    2 days ago

    For inbound, I use Postfix + rspamd + dovecot directly to my server. Outbound, I used to send it directly from my server. I did this 15+ years with DKIM, DMARC, and SPF. It worked well for like 95% of the emails I sent, but I started relaying through smtp2go.com after I had just a couple really important emails not get delivered or me not be sure if the recipient saw them.

  • arran 🇦🇺@aussie.zone
    link
    fedilink
    English
    arrow-up
    2
    ·
    2 days ago

    I’m not too concerned, for example, if they have to check their spam folders

    Then you can self host. I use stalwart but in your case I would probably use mox

  • quadrant5835@lemmy.zip
    link
    fedilink
    English
    arrow-up
    2
    ·
    2 days ago

    I use Brevo.com which gives a generous 300 emails per day limit on the free plan.

    I will say that the web portal is a bit confusing but once you set it up you basically never need to go there again.