Quick Start Guide

After the installation of this extension go to ADMIN TOOLS in your TYPO3 Backend. Next, click on Extensions and search mailmanext. You should see the Mailman Extension.

Before the extension can show any Mailinglists, you need to go to into the configuration of the Extension and set the Value for Redirect address, the Mailman hostaddress, the Mailman user and your Mailman password. This will allow to redirect the user to any link you specify after Subscription and to communicate with the REST-API of your mailman installation.

alt="Extension Configuration"

Per Default, this Extension will take the mail currently active in your front end data ($GLOBALS[‘TSFE’]->fe_user->user[‘email’]). If you need to get the email data from somewere else, you need to change or override the setUserMail() function in the class MailmanService.php.

Add the plugin to the desired page and follow the instructions in the tab plugin configuration to add the mailinglists you want displayed. The selected mailinglists should now be displayed on your page. To change the information displayed by the plugin follow the instructions for template editing