django-newsletter icon indicating copy to clipboard operation
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.

Results 60 django-newsletter issues
Sort by recently updated
recently updated
newest added
trafficstars

If I enable imperavi code editor via `settings` and run a migration on a fresh, empty project, I got error `Traceback (most recent call last): File "manage.py", line 22, in...

Added signals for external usage: - pre_submit - post_submit - pre_send - post_send

feature
ready for review

The goal of this PR is to be able to dynamically generate a list of subscriptions at the moment of submitting the `Submission`. It is following on this idea https://github.com/jazzband/django-newsletter/issues/359....

Calling the url "//subscribe/" using axios from a React frontend does not work when the user is not authenticated. However, it works on Postman when using form-data instead of the...

how can i remove subscription from whole package, and also i need to replace user from subscription to submission

I'm trying to use django-newsletter in my project but facing issue when I try to unsubscribe a user from newsletter. I'm using Django DRF and we don't have any website...

(beginner django developer here) It seems to me there is no subscription context variable available in the message.html template. ![image](https://user-images.githubusercontent.com/39281049/114171908-40897a00-9935-11eb-998d-50a2f876e73c.png) (screenshot is from django-debug-toolbar) How would one go about with...

I may have a kind of confused understanding, when it comes to putting styles into email templates. First I'd like to depict my rather ideal imagination. From the message.html template...

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...

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...