[FEATURE] Rework email notification for workspaces
Sending out emails when items have been processed on a stage change is now done via Fluid Email, allowing administrators to fully customize both subject and body of an email. All emails sent by default contain more information and better structured contents instead of marker-based templates. The following TSconfig options apply to customize the emails: - tx_workspaces.emails.stageChangeNotification.generatePreviewLink = 0 - tx_workspaces.emails.layoutRootPaths - tx_workspaces.emails.partialRootPaths - tx_workspaces.emails.templateRootPaths - tx_workspaces.emails.format = html (or "text" or "both") Resolves: #90411 Releases: master Change-Id: I837c1538230ed55f2e34d51288e3b943fdd65238 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63248 Tested-by:TYPO3com <noreply@typo3.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
Showing
- typo3/sysext/core/Classes/Mail/FluidEmail.php 9 additions, 0 deletionstypo3/sysext/core/Classes/Mail/FluidEmail.php
- typo3/sysext/core/Documentation/Changelog/master/Feature-90411-HTML-basedWorkspaceNotificationEmailsOnStageChange.rst 53 additions, 0 deletions...11-HTML-basedWorkspaceNotificationEmailsOnStageChange.rst
- typo3/sysext/workspaces/Classes/Hook/DataHandlerHook.php 50 additions, 258 deletionstypo3/sysext/workspaces/Classes/Hook/DataHandlerHook.php
- typo3/sysext/workspaces/Classes/Notification/StageChangeNotification.php 153 additions, 0 deletions...rkspaces/Classes/Notification/StageChangeNotification.php
- typo3/sysext/workspaces/Classes/Service/StagesService.php 0 additions, 3 deletionstypo3/sysext/workspaces/Classes/Service/StagesService.php
- typo3/sysext/workspaces/Resources/Private/Language/locallang_emails.xlf 0 additions, 23 deletions...orkspaces/Resources/Private/Language/locallang_emails.xlf
- typo3/sysext/workspaces/Resources/Private/Templates/Email/StageChangeNotification.html 35 additions, 0 deletions...rces/Private/Templates/Email/StageChangeNotification.html
- typo3/sysext/workspaces/Resources/Private/Templates/Email/StageChangeNotification.txt 26 additions, 0 deletions...urces/Private/Templates/Email/StageChangeNotification.txt
- typo3/sysext/workspaces/ext_localconf.php 5 additions, 3 deletionstypo3/sysext/workspaces/ext_localconf.php
Please register or sign in to comment