https://github.com/kartolo/direct_mail
it's an newsletter sending extension for the TYPO3 CMS
https://github.com/kartolo/direct_mail
cms-extension directmail email-marketing newsletter php typo3 typo3-cms typo3-extension
Last synced: 5 months ago
JSON representation
it's an newsletter sending extension for the TYPO3 CMS
- Host: GitHub
- URL: https://github.com/kartolo/direct_mail
- Owner: kartolo
- Created: 2015-09-04T11:49:43.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2025-01-22T16:30:39.000Z (9 months ago)
- Last Synced: 2025-04-03T04:11:17.390Z (7 months ago)
- Topics: cms-extension, directmail, email-marketing, newsletter, php, typo3, typo3-cms, typo3-extension
- Language: PHP
- Size: 10.7 MB
- Stars: 40
- Watchers: 17
- Forks: 120
- Open Issues: 121
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Direct Mail
The »Direct Mail« extension implements an advanced newsletter mailer system for the [TYPO3 CMS](https://typo3.org). This extension provides not only a system for sending a newsletter from TYPO3 CMS, but also personalizing it and collect some statistics.
The extension builds a newsletter based on a TYPO3 page, so that you can create newsletter layout the same way you create a website layout. It also lets editors select between different recipient groups for each newsletter.
The extension provides several scheduler tasks to let integrators control when and how much newsletters are send, and to analyze bounce mails.
## Installation
- https://extensions.typo3.org/extension/direct_mail/
- https://packagist.org/packages/directmailteam/direct-mail
## Documentation and support
- **Documentation**
https://docs.typo3.org/typo3cms/extensions/direct_mail/
- **Slack channel**
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 [creating issues](https://github.com/kartolo/direct_mail/issues)
and/or sending pull requests.1. Create an issue or look for existing ones
1. Fork the repository on Github
1. Clone the repository, create a new branch based on the "develop" branch
1. 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)`
PS: here are some hints on [How to write the perfect pull request](https://github.com/blog/1943-how-to-write-the-perfect-pull-request)
1. Submit a pull request using GitHub
1. Wait for check backs or the final merge