hendry
February 13, 2020, 8:17am
1
For people who can’t be bothered with an RSS reader, I want a simple email subscription form so they can stay upto date with my blog posts.
What is the easiest service that integrates well with Hugo that I could use? I do have an AWS account if that helps.
Thanks!
ju52
February 13, 2020, 9:25am
2
you must use a solution outside of Hugo.
On the client side use (for ex.) https://www.inoreader.com/ as free
1 Like
maiki
February 13, 2020, 10:23pm
3
A mailto
hyperlink to subscribe@example.com
.
As @ju52 said, this isn’t something Hugo can do.
You might be able to build something using AWS Lambda, but the easiest option (IMHO) would be to put a mailing list signup form on your site and then automate something using a commercial mailing list provider:
1 Like
hendry
February 20, 2020, 3:30am
5
I created https://github.com/kaihendry/sns-subscribe to leverage AWS SNS to send out emails as opposed to using another complex SaaS.
However now I’m struggling to work out how to come up with a pipeline whereby I can track the posts / new content on RSS between announcements.
Are there any tricks or workflows on this regards?
Thank you in advance!
sntshk
May 31, 2020, 12:21am
6
Can you elaborate the idea? I want to implement it.