Newsjet Plugin
Mailjet integration plugin
This plugin implements the Mailjet API with a subscription form functionality for the OctoberCMS.
Please don't report issues in the Reviews section : use the support forum
Features
- Add subscribers to the Mailjet Contact list of your choice and send them your newsletters from your Mailjet account
- Support the GDPR: you can add as many checkbox (required or not) as you need
- Double optin: send your Mailjet template with confirmation link to validate the subscription
- Use your Mailjet transactional template for the confirmation link email
- Multilanguage: compatible with Rainlab.Translate plugin, you can set different messages and Mailjet template for each language
Installation via Command Line
php artisan plugin:install ERegnier.NewsjetPlugin
Configuring
In order to use the plugin you need to get the API keys from your Mailjet account.
- In the OctoberCMS back-end go to the Settings page and click the Mailjet Config link.
- Fill all the required fields in the Mailjet configuration tab (API key API secret Template Id... )
- Fill the texts in Subscribe form and Double Optin tabs
- Create a confirmation page in the CMS and add and configure the
doubleOptincomponent to it, set the page URL with:vkeyand:umailparameters. Ex: /newsletter-optin/:vkey/:umail (screenshot) - Add and configure the
subscribeFormcomponent in the pages or layouts you want.(screenshot) - In your Mailjet Transactionnal template use the variable
{{var:confirm_link}}where you want to insert the confirmation link (screenshot).
You must add the OctoberCMS Ajax framework on the page or layout in order to make the subscribeForm component work.
Note: in the Subscribe Form settings tab the sender email must be allowed as sender in your Mailjet account
That's it!
-
This plugin has not been reviewed yet.
-
| 1.0.1 |
DoubleOptin fix and update Readme May 24, 2019 |
|---|---|
| 1.0.0 |
Initialize plugin. May 22, 2019 |


