Installation — Backentec Email Templates Module
This document describes the installation process for the
Backentec Email Templates module for Magento 2,
distributed via a private Composer repository managed by Backentec.
Important: The username and password
provided to you serve two purposes:
- Access credentials for downloading the module via Composer
- The
passwordalso acts as your license key to activate the module in the module configuration screen
Requirements
- Magento 2.x
- PHP version compatible with your Magento installation
- Composer 2.x
- Credentials provided by Backentec
Step 1 — Configure the Backentec Composer Repository
Add the Backentec Composer repository to the root
composer.json
file of your Magento project.
Do not remove existing repositories. Merge this configuration with your current setup.
{
"repositories": {
"backentec": {
"type": "composer",
"url": "https://marketplace.backentec.com.br/"
}
}
}
Step 2 — Configure Composer Authentication
Create or update the
auth.json
file in the root of your Magento project:
{
"http-basic": {
"marketplace.backentec.com.br": {
"username": "CLIENT_USERNAME",
"password": "CLIENT_PASSWORD"
}
}
}
Step 3 — Install the Module
Use Composer to install the Backentec Email Templates module with AI integration:
composer require backentec/email-templates-module
This package includes the AI functionality integrated. There is no need for a separate self-hosted option.
Step 4 — Enable the Module in Magento
After installation, enable the module and apply database updates:
bin/magento module:enable Backentec_EmailTemplates
bin/magento setup:upgrade
bin/magento cache:flush
Versioning Policy
- Semantic versioning is used
- Only stable versions are published
- Available versions depend on your active license
Support
Support is available during the active license period.
For installation or licensing questions, contact:
Backentec
https://backentec.com