Introduction
The module transfers the data of newsletter subscribers from Typo3 to Maileon. Since version 2.5.0, no contact data is stored in Typo3, which makes it easier to set up, as the flow of information from Maileon to Typo3 (DOI confirmers and unsubscribers) is no longer required.
All parameters of the transmission can be set via variables in Typo3.
Installation
Install with Composer
The extension can also be installed with Composer as a local package.
The extension package should be placed in a dedicated, local directory: documentroot/packages
.
Once this directory exists, update the installations composer.json
and add this directory as a new repository:
{ "repositories": [ { "type": "path", "url": "packages/*" }, ], }
Then run composer require
to the install the local extension typo3-maileon-integration
with vendor xqueue
:
composer req xqueue/typo3-maileon-integration:@dev
By executing this command, Composer locates xqueue/typo3-maileon-integration
and then symlinks it to typo3conf/ext/typo3-maileon-integration