Newsletter
Newsletter subscription packages.
Search & Filter
| Package | django-newsletter | django-newsfeed | django-simple-newsletter |
|---|---|---|---|
|
Description
|
An email newsletter
application for the Django web application framework, including an ext… |
A news curator and newsletter
subscription package for Django |
-
|
|
Category
|
App | App | App |
|
Using This
|
21
|
2
|
0
|
|
Python 3?
|
Yes | Yes | No |
|
Dev Status
|
Mature | Beta | - |
|
Version (PyPI)
|
1.2.1 | 0.8.8 | - |
|
Stars
|
910 | 191 | 0 |
|
Forks
|
205 | 19 | 0 |
|
Commits
|
|
|
|
|
Updated
|
25 Apr 2026 | 24 Aug 2024 | - |
|
License
|
AGPL-3.0-or… | GNU Public … | UNKNOWN |
|
Links
|
|||
|
Feature Comparison
(click cells to edit)
|
|||
|
User can subscribe
|
|
Anyone with a valid email can subscribe
|
—
|
|
User can unsubscribe
|
|
|
—
|
|
Export subscribed users to a CSV file via the admin
|
|
—
|
—
|
|
Tracking statistics for emails sent out
|
|
—
|
—
|
|
Can mail out newsletters to subscribers
|
|
|
—
|
|
Import subscribers from file via the admin
|
—
|
—
|
—
|
|
HTML emails
|
with text fallback and hosted images
|
|
—
|
|
Templated emails
|
|
|
|
|
Model
|
Custom Subscription model combined \w django.contrib.auth.User
|
Custom subscriber model with a unique email
|
None
|
|
Bounce detection
|
|
—
|
—
|
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.
A news curator and newsletter subscription package for Django
Showing 3 of 16 packages in this grid.
Features Being Compared
User can subscribe
Allow user to opt in.
User can unsubscribe
Allow user to opt out.
Export subscribed users to a CSV file via the admin
Tracking statistics for emails sent out
Can mail out newsletters to subscribers
Import subscribers from file via the admin
Import lists of subscribers from structured data files
HTML emails
Supports sending HTML emails and/or templates
Templated emails
Emails generated using a template system that allows user-specific content
Model
Tied to any specific Django model
Bounce detection
Detect E-Mails which couldn't be delivered.