krokorox
TTCTheo's Typesafe Cult
•Created by krokorox on 3/17/2024 in #questions
Easiest way to manage email notifications for my blog?
Hi all! I have a personal blog that I've built using Astro, where I write blog posts in .md files. It's very minimal, but I'd like to set up email alerts to subscribers whenever post a new article. I was hoping for an easy and ideally free way to manage this.
My blog is hosted on Vercel. So far my plan is to use some serverless functions to aggregate all the emails and store them in a DB, then a GitHub action calling another serverless function to parse the list and send emails when it detects a new blog post using something like SendGrid or Resend.
Is this an ideal way? Or is there a much simpler way to handle this? Thanks!
6 replies