The Home for Magento 2 Excellence

Quality-tested Magento 2 modules. Explore. Evaluate. Elevate. #magento2

1090 Modules
600 Ready
490 Need Help
🏆 Leaderboard
Actively Maintained v1.10.9

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.

813
Downloads
Below average
0
GitHub Stars
Today
Last Release
0
Open Issues
Build Passing
Ready to install

Build Tests

Composer Install
DI Compile
Templates

Code Quality

CS Coding Standard
464 warnings
PHPStan Failed

Tested on Magento 2.4.9

Recent Test History

Each release is tested against the latest Magento version at that time.

v1.10.9 on Magento 2.4.9
Jun 9, 2026
v1.10.8 on Magento 2.4.9
Jun 7, 2026
v1.10.5 on Magento 2.4.9
Jun 2, 2026

Share This Module's Status

Maileon Email Marketing for Magento 2 Magento compatibility status badge

README

Loaded from GitHub

Magento 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)

  1. Copy the module into your Magento root directory, for example:

    sources/magento-2/Xqueue/Maileon/
    
  2. 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"
        }
    ]
    
  3. 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

  1. Check if Magento recognizes the module:

    php bin/magento module:status
    

    You should see:

    List of disabled modules:
    Xqueue_Maileon
    
  2. Enable the module:

    php bin/magento module:enable Xqueue_Maileon
    
  3. Register and install the module:

    php bin/magento setup:upgrade
    
  4. (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.