Mass Post Office
Project description
Django Post Office is a simple app to create emailing lists of users and sending emails to them from admin. It depends on django-post-office (without “mass”) so please read it’s documentation on how to send scheduled emails
Dependencies
Installation
Package is available on PyPI, so install with pip or easy_install:
pip install django-mass-post-office
Add post_office and mass_post_office to your INSTALLED_APPS in django's ``settings.py:
INSTALLED_APPS = ( # other apps "post_office", "mass_post_office", )
Run syncdb:
python manage.py syncdb
Set post_office.EmailBackend as your EMAIL_BACKEND in django’s settings.py:
EMAIL_BACKEND = 'post_office.EmailBackend'
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file django-mass-post-office-0.0.10.tar.gz
.
File metadata
- Download URL: django-mass-post-office-0.0.10.tar.gz
- Upload date:
- Size: 11.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b750d4281ab8f9640ede3880c57d09a398812458bb68c832626ec2058fa82b7e |
|
MD5 | 12773b7b1ea6505c9286153011730f85 |
|
BLAKE2b-256 | 6b915a252f72fa5a03d4bc8088d1bf757fc20847175cf18d66df00ed090db120 |
File details
Details for the file django-mass-post-office-0.0.10.linux-x86_64.tar.gz
.
File metadata
- Download URL: django-mass-post-office-0.0.10.linux-x86_64.tar.gz
- Upload date:
- Size: 23.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dce430c5bb43461a7988432c80f51b3812aa8839e2a49d2f1ad836f78574c6eb |
|
MD5 | 94e4cfd9575c4f8e7571aca2a78e13ac |
|
BLAKE2b-256 | 5ad2099f728342891284e49ecaa4e5b4fd958336f07e483fa85531361254c8a5 |