xqueue / module-maileon
Maileon Integration for Magento 2
Installs: 202
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- php: >=7.4
- xqueue/maileon-api-client: ^1.9.10
This package is auto-updated.
Last update: 2025-06-02 12:03:54 UTC
README
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.json
to 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: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
⚙️ 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.