The Direct Mail implements advanced newsletter mailer system for the TYPO3 CMS. This extension provides not only a system for sending a newsletter from TYPO3 CMS, but also personalizing it and collect some statistics.
The extension creates and send a newsletter based on TYPO3 page, so that you can create newsletter layout as you create website layout.
-
Documentation
-
Slack channel
https://typo3.slack.com/messages/direct_mail
To join the slack channel, please request for invitation from https://forger.typo3.org/slack
You can contribute to this project by reporting any issue you found here in github or on https://forge.typo3.org/projects/extension-direct_mail/
You can also contributing any code by:
- Fork the repository on Github
- Clone repository
- Make your changes
- Commit your changes to your fork. In your commit message refer to the issue number if there is already one, e.g.
[BUGFIX] short description of fix (resolves #4711)
- Submit a Pull Request using GitHub (here are some hints on How to write the perfect pull request)