jazzband / django-newsletter

An email newsletter application for the Django web application framework, including an extended admin interface, web (un)subscription, dynamic e-mail templates, an archive and HTML email support.
GNU Affero General Public License v3.0
846 stars 204 forks source link

dynamic subscription #359

Open newearthmartin opened 3 years ago

newearthmartin commented 3 years ago

Hi @dokterbob et al!

I'm thinking of a new feature and would like to get your feedback on it. I'm going to do it on my own repo but I think it can be useful for others and could be merged.

The feature is a dynamic/subscriptionless newsletter. The idea is to have code that dynamically chooses who to send messages to, at the moment of submitting a message. This can be done two ways:

Either of these dynamic mechanisms will be triggered when the message is submitted.

Would love to have your feedback, any potential issues that I'm not seeing, etc

woodz- commented 3 years ago

would love to see your pull request

newearthmartin commented 3 years ago

@dokterbob @woodz-

Hi! I created a PR for this feature https://github.com/jazzband/django-newsletter/pull/367