Maileon Email Marketing for Magento 2
xqueue/module-maileon
Integrates the Maileon email marketing platform with Magento, synchronizing newsletter contacts with double opt-in handling and tracking abandoned carts.
Build Tests
Code Quality
Tested on Magento 2.4.9
Recent Test History
Each release is tested against the latest Magento version at that time.
Top Contributors
View LeaderboardShare This Module's Status
README
Loaded from GitHubMagento 2 Maileon Module
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.
🛠️ Installation
Choose the appropriate method depending on the version you are installing.
📦 Install from ZIP using Composer (version ≥ 1.8.1)
-
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
📦 Install via Composer (version ≥ 1.9.5)
If the module is available through a Composer repository:
composer require xqueue/module-maileon
✅ Enable the module
-
Check if Magento recognizes the module:
php bin/magento module:statusYou 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
⚙️ Configuration
Once installed, go to:
Stores → Configuration → Maileon
...to configure your API key, permissions, and synchronization options.
📚 Documentation
Full user documentation is available at:
👉 Maileon Magento 2 Documentation
© XQueue GmbH – All rights reserved.
This content is fetched directly from the module's GitHub repository. We are not the authors of this content and take no responsibility for its accuracy, completeness, or any consequences arising from its use.