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

Uploaded Source

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