AS A visitor
I WANT to be able to subscribe to a newsletter
SO THAT I get informed about new posts
ACCs:
- Visitors can subscribe to a newsletter.
- Subscribers are informed when a new post is released.
Technical notes:
This is could potentially be done using pipelines. The subscription list is stored in git, and the pipeline sends emails to each subscriber when a merge request or scheduled release contains a new post.
Subscribing might be tricky though - I don't want external people to have write access in the source repo. (Also, we'll need a mail server for this.)
**AS A** visitor
**I WANT** to be able to subscribe to a newsletter
**SO THAT I** get informed about new posts
**ACCs:**
- Visitors can subscribe to a newsletter.
- Subscribers are informed when a new post is released.
**Technical notes:**
This is could potentially be done using pipelines. The subscription list is stored in git, and the pipeline sends emails to each subscriber when a merge request or scheduled release contains a new post.
Subscribing might be tricky though - I don't want external people to have write access in the source repo. (Also, we'll need a mail server for this.)