Skip to main content

An email backend for Django that uses Newsletter2Go transactional emails

Project description

https://badge.fury.io/py/django-newsletter2go.png https://travis-ci.org/productgang/django-newsletter2go.png?branch=master https://coveralls.io/repos/productgang/django-newsletter2go/badge.png?branch=master

An email backend for Django that uses Newsletter2Go transactional emails

Documentation

The full documentation is at https://django-newsletter2go.readthedocs.org.

Quickstart

Install django-newsletter2go:

pip install django-newsletter2go

Use it in a project by adding this to your settings:

INSTALLED_APPS += ('newsletter2go', )
NEWSLETTER2GO_API_KEY = 'asdf'  # Your API key
EMAIL_BACKEND='newsletter2go.backends.Newsletter2GoEmailBackend'

Then you can use it as normal with the Django mail module: https://docs.djangoproject.com/en/1.8/topics/email/

Features

  • TODO

History

0.2.0 (2015-10-01)

  • Linktracking and Opentracking are now configurable.

0.1.0 (2015-05-27)

  • First release on PyPI.

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-newsletter2go-0.2.0.tar.gz (5.2 kB view details)

Uploaded Source

File details

Details for the file django-newsletter2go-0.2.0.tar.gz.

File metadata

File hashes

Hashes for django-newsletter2go-0.2.0.tar.gz
Algorithm Hash digest
SHA256 167ce0ea63d6aa172cc7e2fd49107f81e77b93758a7748a5d0e7ffff8f8eda65
MD5 fdadd1a6559d309c0ec0494636b36650
BLAKE2b-256 67ef29ebe373d3b2c3cd3dfcd0a240ed204d00dc27bd457f9c881adfa1fc5aad

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