APSL / puput

A Django blog app implemented in Wagtail
MIT License
626 stars 159 forks source link

Add support for newsletter subscription #170

Open Konstantin555 opened 6 years ago

Konstantin555 commented 6 years ago

Is there an easy way to add some kind of subscription form to new posts when using puput? I mean I would like to add a little form to my blog so users can type their email addresses and click 'subscribe' so, from that moment, an email will be sent to announce any new post to the blog. If not what is the good strategy to add such functionality?

marctc commented 6 years ago

Hi @Konstantin555. No, you need to extend Wagtail/Puput and add a custom view to do that. Remember that this is built on top of Django, so you can use all the power of Django to do whatever you want.

MiltonLn commented 6 years ago

@marctc Don't you think this could be a cool feature for Puput? Or maybe this is out of scope?

marctc commented 6 years ago

It could be. PR are welcome :smile: