Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stasfilin/django-admin-email-sender
This package used to send mass emails from Admin Panel.
https://github.com/stasfilin/django-admin-email-sender
django django-admin django-application email email-sender
Last synced: about 2 months ago
JSON representation
This package used to send mass emails from Admin Panel.
- Host: GitHub
- URL: https://github.com/stasfilin/django-admin-email-sender
- Owner: stasfilin
- License: apache-2.0
- Archived: true
- Created: 2018-01-19T21:37:38.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-21T21:34:25.000Z (almost 7 years ago)
- Last Synced: 2024-08-15T03:04:05.696Z (3 months ago)
- Topics: django, django-admin, django-application, email, email-sender
- Language: Python
- Homepage:
- Size: 18.6 KB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- License: LICENSE.rst
Awesome Lists containing this project
README
.. image:: https://travis-ci.org/stasfilin/django-admin-email-sender.svg?branch=master
:target: https://travis-ci.org/stasfilin/django-admin-email-sender
.. image:: https://coveralls.io/repos/github/stasfilin/django-admin-email-sender/badge.svg
:target: https://coveralls.io/github/stasfilin/django-admin-email-senderdjango-admin-email-sender
=======================This package used to send mass emails from Admin Panel.
Installation
============First install the module, preferably in a virtual environment::
pip install django-admin-email-sender
Or install the current repository::
pip install -e git+https://github.com/stasfilin/django-admin-email-sender.git#egg=django-admin-email-sender
Configuration
-------------Next, create a project which uses the application::
cd ..
django-admin.py startproject demo-projectAdd the following to ``settings.py``:
INSTALLED_APPS += (
'admin_email_sender',
)Issues
------Use the GitHub `Issues` for django-admin-email-sender to submit bugs, issues, and feature requests.
Todo
----- Email Templates Support
- Async emails
- Scheduled emailsContributing
------------Pull requests are welcome. :-)