This Magento 2 extension integrates Maileon — the professional email marketing platform — with your Magento store. It enables newsletter contact synchronization, double opt-in (DOI) handling, abandoned cart tracking, and more.
Choose the appropriate method depending on the version you are installing.
-
Copy the module into your Magento root directory, for example:
sources/magento-2/Xqueue/Maileon/ -
Modify your
composer.jsonto include:"require": { "xqueue/module-maileon": "^1.8" }, "repositories": [ { "type": "composer", "url": "https://repo.magento.com/" }, { "name": "xqueue/module-maileon", "type": "path", "url": "sources/magento-2/Xqueue/Maileon" } ]
-
Run the following command:
composer update
If the module is available through a Composer repository:
composer require xqueue/module-maileon-
Check if Magento recognizes the module:
php bin/magento module:status
You should see:
List of disabled modules: Xqueue_Maileon -
Enable the module:
php bin/magento module:enable Xqueue_Maileon
-
Register and install the module:
php bin/magento setup:upgrade
-
(For production mode only) Compile dependencies and flush cache:
php bin/magento setup:di:compile php bin/magento cache:flush
Once installed, go to:
Stores → Configuration → Maileon
...to configure your API key, permissions, and synchronization options.
Full user documentation is available at:
👉 Maileon Magento 2 Documentation
© XQueue GmbH – All rights reserved.