Skip to main content

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

django-mass-post-office-0.0.10.tar.gz (11.8 kB view details)

Uploaded Source

Built Distribution

File details

Details for the file django-mass-post-office-0.0.10.tar.gz.

File metadata

File hashes

Hashes for django-mass-post-office-0.0.10.tar.gz
Algorithm Hash digest
SHA256 b750d4281ab8f9640ede3880c57d09a398812458bb68c832626ec2058fa82b7e
MD5 12773b7b1ea6505c9286153011730f85
BLAKE2b-256 6b915a252f72fa5a03d4bc8088d1bf757fc20847175cf18d66df00ed090db120

See more details on using hashes here.

File details

Details for the file django-mass-post-office-0.0.10.linux-x86_64.tar.gz.

File metadata

File hashes

Hashes for django-mass-post-office-0.0.10.linux-x86_64.tar.gz
Algorithm Hash digest
SHA256 dce430c5bb43461a7988432c80f51b3812aa8839e2a49d2f1ad836f78574c6eb
MD5 94e4cfd9575c4f8e7571aca2a78e13ac
BLAKE2b-256 5ad2099f728342891284e49ecaa4e5b4fd958336f07e483fa85531361254c8a5

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page