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


The big problem you’ll run into is that it’s very likely outgoing connections to port 25 is blocked. In my experience it’s very uncommon that residential ISPs allow it, and even most VPS providers will block it unless you request access. So you’ll most likely need some form of relay anyway, and at that point you may as well send directly to the relay.
Port 25 being blocked on residential connections is still a thing, but it’s much less of a thing than it used to be.
I’ve never had an issue just using the submission port when the default smtp port was blocked :D
I’ve never run into it being blocked on a VPS or ded host provider. I wonder if this is a locale thing or if you’ve been unlucky enough to choose providers that attract enough abusers to require these policies.
On residential connections, that’s probably the case, yes. I’m hosting it on a VPS though and have had no problems with blocked ports so far. I imagine it depends on the provider?
To be honest I haven’t done that deep search into how common it is for VPS providers to block port 25, but in the cases it has been relevant for me it has required at least raising a request and for instance for Hetzner being a customer for at least one month. I’ve figured that it’s a good thing and if a VPS provider has no restrictions at all their IP ranges are much more likely to have bad reputation and blocklist issues.