Skip to main content

Jmbo Everlytic mailing list subscription API.

Project description

jmbo-everlytic
==============

jmbo-everlytic provides integration with the everlytic (pMailer) API.
The only functionality supported is adding and removing members from a
mailing list subscription.

The communication protocol with the everlytic service is xmlrpc.

Requirements
------------

System libraries
****************
- libxml2-dev

Python packages
***************
- xmlrpclib

Usage
-----

`everlytic.api` contains functions for subscribing and unsubscribing to a
mailing list. A local everlytic profile is stored to keep track of the
member id on everlytic.

Settings
********
The following settings must be added to settings.py:
::
EVERLYTIC = {
'URL': 'http://your-host.pmailer.net/api/1.0'
'USERNAME': 'xxxxx',
'PASSWORD': 'xxxxx',
'API_KEY': 'xDwnGAw4ISfcqLmqnGRYrXOeJw8L3eJBSx',
'LIST_ID': 'your list id'
}
::

Authors
=======

Praekelt Foundation
-------------------

* Jurgen Blignaut

Changelog
=========

0.1
---
#. First release.

Project details


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