Download the PHP package thelia/mailjet-module without Composer
On this page you can find all versions of the php package thelia/mailjet-module. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package mailjet-module
Mailjet for Thelia
Authors:
- Benjamin Perche [email protected]
- Franck Allimant [email protected]
This module keep a Mailjet contact list of your choice synchronized whith the newsletter subscriptions and unsubscriptions on your shop :
-
When a user subscribe to your newsletter on your shop, it is automatically added to the Mailjet contact list.
- When a user unsubscribe from your list, it is also deleted from the Mailjet contact list. The user is nor deleted from Mailjet contacts, but is only removed from the contact list.
The module is based on the APIv3 Documentation of Mailjet.
- Prerequisites
You must have a Mailjet account and have created a contact list. Get your mailing list address on the contact list page, which is like and take note of the 'xxxxxx' part.
You'll also need your API Key and Secret key. You'll find them in your Mailjet account, see the REST API section.
- Installation
There is two ways to install the mailjet module:
- Download the zip archive of the file, import it from your backoffice or extract it in
- require it with composer:
Then go to the configuration panel, give your API key and secret. You can leave the webservice address as its default value. Then enter your mailing list name (the 'xxxxxx') into the 4th field.
Save and you're done !