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

Selecting no subscribers does not generate subscribers automatically #366

Open newearthmartin opened 3 years ago

newearthmartin commented 3 years ago

There is a line in the admin when selecting subscribers for a submission that says:

If you select none, the system will automatically find the subscribers for you.

One would assume that the above statement means that if you select no subscribers then it would send it to all subscribers of that list. But if I select 0 subscribers, the email gets sent to 0 people. Does this work when creating the Submission from scratch but not when the Submission is already created?