2017 © Pedro Peláez
 

typo3-cms-extension mailing

Define and assign list of recipients in the plugin settings. Users can send bunch of messages to them on the FE.

image

fab/mailing

Define and assign list of recipients in the plugin settings. Users can send bunch of messages to them on the FE.

  • Wednesday, July 25, 2018
  • by fudriot
  • Repository
  • 7 Watchers
  • 0 Stars
  • 64 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 16 % Grown

The README.md

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)., (*1)

When the user hits the sending button, Mailing is preparing and delegating the messages to 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., (*2)

, (*3)

Project info and releases

Stable version: http://typo3.org/extensions/repository/view/mailing, (*4)

Development version: https://github.com/Ecodev/mailing, (*5)

git clone https://github.com/Ecodev/mailing.git

News about latest development are also announced on http://twitter.com/fudriot, (*6)

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:, (*7)


"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., (*8)

, (*9)

Configuration

The plugin can be configured in TypoScript. Settings in the BE could override the TS value., (*10)

The Recipient list is defined in the FE module, powered by Vidi., (*11)

The Versions

25/07 2018

dev-master

9999999-dev https://github.com/Ecodev/mailing

Define and assign list of recipients in the plugin settings. Users can send bunch of messages to them on the FE.

  Sources   Download

GPL-2.0+

typo3 cms mailing list

25/07 2018

0.2.1

0.2.1.0 https://github.com/Ecodev/mailing

Define and assign list of recipients in the plugin settings. Users can send bunch of messages to them on the FE.

  Sources   Download

GPL-2.0+

typo3 cms mailing list

20/07 2018

0.2.0

0.2.0.0 https://github.com/Ecodev/mailing

Define and assign list of recipients in the plugin settings. Users can send bunch of messages to them on the FE.

  Sources   Download

GPL-2.0+

typo3 cms mailing list

30/08 2016

0.1.0

0.1.0.0 https://github.com/Ecodev/mailing

Define and assign list of recipients in the plugin settings. Users can send bunch of messages to them on the FE.

  Sources   Download

GPL-2.0+

typo3 cms mailing list