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

Hey, Thanks for great app. Caption for Submission.subscriptions says: > If you select none, the system will automatically find the subscribers for you. I've stumbled upon this non-working and supposedly...

feature

I see that there has been some discussion around being able to subscribe to a newsletter via ajax and in multiple places on the site. However, it does not seem...

Some service (ie. SendGrid) allow for the retrieval of bounce feedback through their API. Perhaps we should define some basic model for integrating delivery feedback in the subscription system, so...

feature

Need this functionality for the applications that don't have a web-based interface for normal users. if NEWSLETTER_VALIDATE_USER is false in settings.py then it will not check for email in the...

Change path by re_path (path deleted in django 4+)

If one tries to subscribe a second time, the behaviour is to show an error message "Your e-mail address has already been subscribed to.". This can be used by anyone...

bug

Is there any way to submit_newsletter on the admin page instead of accessing the server and running `python manage.py submit_newsletter`? I understand it would be easier for developers to run...

I need the emails to be sent from the administration panel, but this does not happen, what it does is put it in the queue, and for them to be...

Hello, I am trying to use the newsletter form in my index view. I included the form balize to my template as recommended in the readthedocs of the django-newsletter package:...

I think the title is descriptive enough. I have send a newsletter with `&` in the title and it became `&` in everyone's mailbox. It seems unicode is not supported?