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 hashes)

Uploaded Source

Built Distribution

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