directmailteam / direct-mail-subscription
Adds a plugin for subscription to direct mail newsletters (collecting subscriptions in the tt_address table).
Installs: 2 351
Dependents: 0
Suggesters: 0
Security: 0
Stars: 7
Watchers: 7
Forks: 22
Type:typo3-cms-extension
Requires
- typo3/cms-core: >=6.2,<8.0
Replaces
- direct_mail_subscription: v2.0.4
- typo3-ter/direct_mail_subscription: v2.0.4
README
This is a simple subscription formular for the TYPO3 CMS.
This extension depends on following extension:
Any question, you can find some help in the TYPO3 Slack
https://typo3.slack.com/messages/direct_mail
To join the slack channel, please request for invitation from https://forger.typo3.org/slack
Contributing
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_subscription/
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)