================ Template editing ================ Mailman Extension comes with a default HTML template. The Template is located under mailmanext/Resources/Private/Templates/MailingList.html (**do not change the name!**). Feel free to edit this so it fits your needs. .. highlight:: html ::
Name Full qualified domain name Member count Un/Subscribe
{mailinglist.display_name} {mailinglist.fqdn_listname} {mailinglist.member_count} Only show Lists that are selected in the Plugin Option unsubscribe subscribe
you did not set an email in your Typoscript or you did not implement $GLOBALS['TSFE'].
To add a test email in Typoscript add following to your template:
plugin.tx_mailmanext.settings{
usermail = testuser@mail.com
}
Inside the for loop you can select the following values from the mailinglists. These are all values from Mailman. :: mailinglist.description mailinglist.display_name mailinglist.fqdn_listname mailinglist.http_etag mailinglist.list_id mailinglist.list_name mailinglist.mail_host mailinglist.member_count mailinglist.self_link mailinglist.volume mailinglist.selected