Skip to main content

A generic application to manage your newsletters

Project description

Build Status

A generic application to manage your newsletters

What it does?

django-courriers has three models:

  • NewsletterList which represents a newsletter list

  • Newsletter which represents a newsletter

  • NewsletterItem an item of a newsletter. It could be a content-type

  • NewsletterSubscriber which represents a user who is subscribed to a newsletter

You have the choice between three backends to manage and send your emails:

  • SimpleBackend, a simple backend to send emails with Django and your current smtp configuration

  • MailJetBackend, a Mailjet backend which uses mailjet library

Installation

  1. Download the package on GitHub or simply install it via PyPi

  2. Add courriers to your INSTALLED_APPS

    INSTALLED_APPS = (
        'courriers',
    )
  3. Sync your database using syncdb command from django command line

  4. Configure settings

You have to specify which backend you want to use in your settings

COURRIERS_BACKEND_CLASS = 'courriers.backends.simple.SimpleBackend'

A quick reminder: you can also set your custom DEFAULT_FROM_EMAIL in Django settings.

Backends

courriers.backends.simple.SimpleBackend

A simple backend to send your emails with Django and your current smtp configuration

courriers.backends.mailjet.MailjetBackend

A backend to manage your newsletters with Mailjet.

What you need to do for mailjet

  • Create an account on Mailjet

  • Get your API key and API Secret key

  • Add it to your settings with others options as described below

  • Install the mailjet library

  • Create a list or more if you have users from different countries

With this backend you have to provide additional settings

COURRIERS_MAILJET_API_KEY = 'Your API key'
COURRIERS_MAILJET_API_SECRET_KEY = 'Your API Secret key'
COURRIERS_DEFAULT_FROM_NAME = 'Your name'

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-courriers-0.9.1.tar.gz (26.3 kB view details)

Uploaded Source

Built Distribution

django_courriers-0.9.1-py3-none-any.whl (37.5 kB view details)

Uploaded Python 3

File details

Details for the file django-courriers-0.9.1.tar.gz.

File metadata

  • Download URL: django-courriers-0.9.1.tar.gz
  • Upload date:
  • Size: 26.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.4

File hashes

Hashes for django-courriers-0.9.1.tar.gz
Algorithm Hash digest
SHA256 20b638919152f1cc490e6c95c1f9ede480ea1455da27046fc27f0b02fbd2267b
MD5 963e6bec7d685987c815cee87d32396c
BLAKE2b-256 451d293d6f3f41b46be37a89a214f1bdf231935db3328ceda9fb76915dea9eaa

See more details on using hashes here.

File details

Details for the file django_courriers-0.9.1-py3-none-any.whl.

File metadata

  • Download URL: django_courriers-0.9.1-py3-none-any.whl
  • Upload date:
  • Size: 37.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.4

File hashes

Hashes for django_courriers-0.9.1-py3-none-any.whl
Algorithm Hash digest
SHA256 d79e4cf07b9493176c4d006c6602dce6f32ec27af9232796e71da29a82e12f12
MD5 3ce2bdb4e5dca56aa140110d7764cd4f
BLAKE2b-256 73872f7b61e7243daf8be7aa0bcc7a6fb8b6510bfc210bddc6862fbd04746863

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