django-newsletter
django-newsletter copied to clipboard
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.
The system allows you to save multiple messages with the same slug if they differ in the case. This causes the server to return a 500 error when trying to...
Hi, I am on UTC+1 (MEZ) timezone. I was filing a test nsl between 00:00 and 01:00 am. During this period of time the day of the archive url was...
Hi, I added: - ability to duplicate selected messages - Blacklists: Global as well as Newsletter-specific - Importing of blacklisted emails via CSV files. Haven't written any tests yet, will...
 How to redefine the receipts widget on submission because i have a very big list, and none server could render that in time. I...
The Django 1.9 has [migrated to use SVG icons](https://docs.djangoproject.com/en/1.9/releases/1.9/#new-styling-for-contrib-admin), it would be good to fall in line with them.
Currently, setting up django-newsletter requires some templates being overridden just for setting the contact email in case of errors (replacing [email protected]). What about adding a new field in the Newsletter...
Some times we need to ask users only to subscribe, if they wish then we can subscribe user for all newsletters. When user is subscribing for all newsletters then if...
Use `Message.get_default()` to set the initial value for `message` in the `Submission` admin form and have coverage for it. Ref: https://docs.djangoproject.com/en/1.9/ref/forms/fields/#initial, #170
 Dear users/contributors, This issue is quite serious indeed: as you might have notices the project has not been properly maintained, a new release is long overdue. Which...