TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: What's the best email newsletter tool for a software engineer

2 pointsby stuart_realabout 1 month ago
I have a small list (&lt;1000) of email subscribers who have signed up and opted in to be notified when new blog posts are published on my website.<p>What&#x27;s the best tool to set up such an email-based newsletter? Kit? Mailchimp? Something else?<p>I am a software engineer, so I do want maximal control and the ability to maintain this system for years to come. I am concerned that many SAAS do enshittify the product over time, so I would prefer to control it as much as possible.

3 comments

realityfactchexabout 1 month ago
Use mailman.<p>Get one list for &quot;newsletter@yourdomain.com&quot;. Put your people on it.<p>Configure it so that only you can post to it. You don&#x27;t need a public archive, but you have that option. Keep membership-listing off. Make sure each outbound message has the option to self-unsubscribe. Your public page can even have the functionality to let people self-subscribe (or self-resubscribe). This is a default, I think.<p>Choose a mailman host with a track record of many years, e.g. over one decade. That knows how to manage mail. That knows how how SPF&#x2F;DKIM&#x2F;DMARK and discoverability works. That knows how to have good IPs. For example, a host that has managed reputable open-source mailing lists on the long term, has more than one person running it, etc. You have your choice of hosts anyway. If one goes down, there are others to choose from. That should not be a big deal.<p>When you want to send your people a newsletter, just send an email to newsletter@yourdomain.com.<p>I could not imagine anything simpler, easier, or most cost effective, for what you ask.
pestaa30 days ago
Listmonk is a modern take, self-hostable and open source. You can hook it up to AWS SES to keep it both cheap and reliable. In the new version they just released there&#x27;s even an email template composer.
gary17the30 days ago
phpList[1] is open-source and can be self-hosted (PHP&#x2F;mySQL&#x2F;MariaDB). It does include&#x2F;require small &quot;powered by phpList&quot; watermarks below user-side subscribe forms.<p>[1] <a href="https:&#x2F;&#x2F;www.phplist.org" rel="nofollow">https:&#x2F;&#x2F;www.phplist.org</a>