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

In some cases, the subscription.name will contain special characters that cause the outgoing email to fail such as `@` and `,`. Such real world example: when name is `'martin@'` and...

Add the new activation_uuid as a UUIDField but leave the previous code field alone since an installation may have outstanding subscriptions with that old code, and those are not compatible...

The admin interface has an import function for Subscriptions. This [uses](https://github.com/dokterbob/django-newsletter/blob/57ac58df4e6049d30e4b9871a31e738d79fc7bb4/newsletter/admin.py#L473) the function [make_subscription](https://github.com/dokterbob/django-newsletter/blob/57ac58df4e6049d30e4b9871a31e738d79fc7bb4/newsletter/admin_utils.py#L46) from `admin_utils.py` which makes it unnecessary hard to override the Subscription class (and still use the...

Either a dictionary or a callable returning a dictionary, configured in the Django settings, should allow for dynamically injecting headers into the SMTP request for (statistics) processing, such as with...

feature

See topic. Any suggestions welcome.

feature

I created this branch to add owner group(s) to newsletter. If newsletter have group(s), only users of this groups (and superuser) can manage it and his messages, subscription and submision......

I'm having problems subclassing `NewsletterAdmin`. I have a app called `myapp`, but when I subclass the admin classes then instead of e.g. `myapp.subscription` the reverse match is always attempted for...

IP addresses and email addresses fall into the PII and GDPR categories. The only way to be compliant and lawful is if you encrypt the IP & email in the...

On commit 30c3ec3f3bea93b22c6640aed40ee2c8040a4f46 when I run makemigrations I get a new migration (0005). This is on Django 2.1, but I don't think that will affect it. `Alter field subscriptions on...

As suggested in #137 and #210, it would be really great to allow for handling of email delivery notifications. It would probably be ideal to have a structure that is...

feature
help wanted