LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
django_simple_bulk_emailer/__init__.py
django_simple_bulk_emailer/admin.py
django_simple_bulk_emailer/apps.py
django_simple_bulk_emailer/forms.py
django_simple_bulk_emailer/models.py
django_simple_bulk_emailer/runtests.py
django_simple_bulk_emailer/urls.py
django_simple_bulk_emailer/views.py
django_simple_bulk_emailer.egg-info/PKG-INFO
django_simple_bulk_emailer.egg-info/SOURCES.txt
django_simple_bulk_emailer.egg-info/dependency_links.txt
django_simple_bulk_emailer.egg-info/requires.txt
django_simple_bulk_emailer.egg-info/top_level.txt
django_simple_bulk_emailer.egg-info/zip-safe
django_simple_bulk_emailer/management/__init__.py
django_simple_bulk_emailer/management/commands/__init__.py
django_simple_bulk_emailer/management/commands/delete_expired_emails.py
django_simple_bulk_emailer/management/commands/delete_expired_stats.py
django_simple_bulk_emailer/management/commands/delete_unsubscribed_users.py
django_simple_bulk_emailer/management/commands/import_sites.py
django_simple_bulk_emailer/management/commands/send_bulk_email.py
django_simple_bulk_emailer/management/commands/sync_mailchimp.py
django_simple_bulk_emailer/management/commands/update_email_stats.py
django_simple_bulk_emailer/migrations/0001_initial.py
django_simple_bulk_emailer/migrations/0002_auto_20210812_1535.py
django_simple_bulk_emailer/migrations/0003_auto_20210824_1148.py
django_simple_bulk_emailer/migrations/0004_bulkemail_update_datetime.py
django_simple_bulk_emailer/migrations/__init__.py
django_simple_bulk_emailer/signals/__init__.py
django_simple_bulk_emailer/signals/handlers.py
django_simple_bulk_emailer/static/.DS_Store
django_simple_bulk_emailer/static/admin/css/django_simple_bulk_emailer.css
django_simple_bulk_emailer/static/django_simple_bulk_emailer/.DS_Store
django_simple_bulk_emailer/static/django_simple_bulk_emailer/css/django_simple_bulk_emailer.css
django_simple_bulk_emailer/static/django_simple_bulk_emailer/css/django_simple_bulk_emailer_preview.css
django_simple_bulk_emailer/static/django_simple_bulk_emailer/images/.DS_Store
django_simple_bulk_emailer/static/django_simple_bulk_emailer/images/file_icon_64x64.png
django_simple_bulk_emailer/static/django_simple_bulk_emailer/js/.DS_Store
django_simple_bulk_emailer/static/django_simple_bulk_emailer/js/django_simple_bulk_emailer.js
django_simple_bulk_emailer/templates/.DS_Store
django_simple_bulk_emailer/templates/django_simple_bulk_emailer/.DS_Store
django_simple_bulk_emailer/templates/django_simple_bulk_emailer/subscription/.DS_Store
django_simple_bulk_emailer/templates/django_simple_bulk_emailer/subscription/emails/email_template_html.html
django_simple_bulk_emailer/templates/django_simple_bulk_emailer/subscription/emails/email_template_text.txt
django_simple_bulk_emailer/templates/django_simple_bulk_emailer/subscription/pages/.DS_Store
django_simple_bulk_emailer/templates/django_simple_bulk_emailer/subscription/pages/list_view.html
django_simple_bulk_emailer/templates/django_simple_bulk_emailer/subscription/pages/page_view.html
django_simple_bulk_emailer/templates/django_simple_bulk_emailer/universal/.DS_Store
django_simple_bulk_emailer/templates/django_simple_bulk_emailer/universal/emails/bulk_email_send.html
django_simple_bulk_emailer/templates/django_simple_bulk_emailer/universal/emails/subscribe_email_html.html
django_simple_bulk_emailer/templates/django_simple_bulk_emailer/universal/emails/subscribe_email_text.txt
django_simple_bulk_emailer/templates/django_simple_bulk_emailer/universal/pages/.DS_Store
django_simple_bulk_emailer/templates/django_simple_bulk_emailer/universal/pages/bulk_email_preview.html
django_simple_bulk_emailer/templates/django_simple_bulk_emailer/universal/pages/manage_subscriptions.html
django_simple_bulk_emailer/templates/django_simple_bulk_emailer/universal/pages/manage_subscriptions_error.html
django_simple_bulk_emailer/templates/django_simple_bulk_emailer/universal/pages/manage_subscriptions_success.html
django_simple_bulk_emailer/templates/django_simple_bulk_emailer/universal/pages/quick_unsubscribe.html
django_simple_bulk_emailer/templates/django_simple_bulk_emailer/universal/pages/subscribe.html
django_simple_bulk_emailer/templates/django_simple_bulk_emailer/universal/pages/subscribe_success.html
django_simple_bulk_emailer/tests/__init__.py
django_simple_bulk_emailer/tests/functions.py
django_simple_bulk_emailer/tests/settings.py
django_simple_bulk_emailer/tests/test_commands.py
django_simple_bulk_emailer/tests/test_forms.py
django_simple_bulk_emailer/tests/test_models.py
django_simple_bulk_emailer/tests/test_views.py
django_simple_bulk_emailer/tests/urls.py