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
851
stars
206
forks
source link
Selecting no subscribers does not generate subscribers automatically #366
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?
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 theSubmission
is already created?