An email backend for Django that uses Newsletter2Go transactional emails
Project description
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.