Ask HN: How do you run your website's newsletter?
I have a personal website that I build with Hugo, and currently the only way to subscribe to new posts is with an RSS feed. I want to add an option to subscribe to a newsletter via email for people who don't use RSS, but I can't find a good way to do so for a low cost since tinyletter.com was killed. What does HN use to host a mailing list? I don't need advanced features like analytics, just a way to subscribe to an RSS feed via email.
9 comments
[ 3.1 ms ] story [ 31.1 ms ] threadI noticed they also offer an RSS to Email option, but I couldn’t find if it’s available on the Free plan. https://mailchimp.com/features/rss-to-email/
Another route would be AWS SES. They have a free tier. For managing the subscribe/unsubscribe process you could still use MailChimp or a self-hosted solution like Keila https://www.keila.io/, although I have no experience with this.
We have a Zapier integration which allows you to automatically create campaigns from an RSS feed. It's currently in private beta, let me know if you want to give it a try!