https://github.com/ecodev/mailing
TYPO3 CMS extension - define and assign list of recipients in the plugin settings. Users can send bunch of messages to them on the FE.
https://github.com/ecodev/mailing
Last synced: 4 months ago
JSON representation
TYPO3 CMS extension - define and assign list of recipients in the plugin settings. Users can send bunch of messages to them on the FE.
- Host: GitHub
- URL: https://github.com/ecodev/mailing
- Owner: Ecodev
- License: other
- Created: 2016-07-13T12:38:25.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-06-20T06:50:02.000Z (over 3 years ago)
- Last Synced: 2025-02-03T08:18:06.666Z (about 1 year ago)
- Language: PHP
- Homepage:
- Size: 179 KB
- Stars: 0
- Watchers: 9
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
Mailing for TYPO3 CMS
=====================
Authenticated FE users can send bunch of messages to a list of recipients. This list is defined as a dynamic selection in a FE module ([Vidi](https://github.com/fabarea/vidi)).
When the user hits the sending button, Mailing is preparing and delegating
the messages to [Messenger](https://github.com/fabarea/messenger) - which is a dependency. Messenger has a queue system to properly send mass emails and monitor the queue / sent emails. For that purpose, a scheduler task must be set up in the Scheduler module.
For a small number of recipients, emails can be sent directly and by pass the queue.
All that is configurable in the plugin settings in the BE.

Project info and releases
-------------------------
Stable version:
http://typo3.org/extensions/repository/view/mailing
Development version:
https://github.com/Ecodev/mailing
git clone https://github.com/Ecodev/mailing.git
News about latest development are also announced on http://twitter.com/fudriot
Installation and requirement
============================
The extension **requires TYPO3 7 LTS**. Install the extension as normal in the Extension Manager from the TER (to be released) or download via Composer:
```
"require": {
"fab/mailing": "dev-master",
}
-> next step, is to open the Extension Manager in the BE.
```
You are almost there! Create a Content Element of type "mailing" in `General Plugin` > `Mailing list` and configure at your convenience.

Configuration
=============
The plugin can be configured in TypoScript. Settings in the BE could override the TS value.
The Recipient list is defined in the FE module, powered by Vidi.