[FEATURE] Introduce HTML emails with Fluid templates
A new FluidEmail class is added that depends on symfony/mime to allow sending templated emails via Fluid (HTML + Text). TYPO3 Install Tool ("Test Mail Setup") and the Backend User Login Notification are migrated to the mail setup, allowing to sending out HTML mails. It is used for some TYPO3-system-based emails, and can be configured on a per-installation level. In addition, a base layout is shipped for TYPO3 messages, so most of the TYPO3-system emails can now be migrated further-on. Resolves: #90266 Releases: master Change-Id: I6961b4ffd7ba39c947f1ce7a85626349c1b4032e Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/62362 Tested-by:Georg Ringer <georg.ringer@gmail.com> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Björn Jacob <bjoern.jacob@tritum.de> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de>
Showing
- typo3/sysext/backend/Classes/Security/EmailLoginNotification.php 25 additions, 30 deletions...ysext/backend/Classes/Security/EmailLoginNotification.php
- typo3/sysext/backend/Resources/Private/Templates/Email/Security/LoginNotification.html 6 additions, 0 deletions...s/Private/Templates/Email/Security/LoginNotification.html
- typo3/sysext/backend/Resources/Private/Templates/Email/Security/LoginNotification.txt 5 additions, 0 deletions...es/Private/Templates/Email/Security/LoginNotification.txt
- typo3/sysext/backend/Tests/Unit/Security/EmailLoginNotificationTest.php 23 additions, 14 deletions...ackend/Tests/Unit/Security/EmailLoginNotificationTest.php
- typo3/sysext/core/Classes/Mail/FluidEmail.php 157 additions, 0 deletionstypo3/sysext/core/Classes/Mail/FluidEmail.php
- typo3/sysext/core/Configuration/DefaultConfiguration.php 13 additions, 0 deletionstypo3/sysext/core/Configuration/DefaultConfiguration.php
- typo3/sysext/core/Configuration/DefaultConfigurationDescription.yaml 16 additions, 0 deletions...t/core/Configuration/DefaultConfigurationDescription.yaml
- typo3/sysext/core/Documentation/Changelog/master/Feature-90266-Fluid-basedTemplatedEmails.rst 54 additions, 0 deletions...gelog/master/Feature-90266-Fluid-basedTemplatedEmails.rst
- typo3/sysext/core/Resources/Private/Layouts/SystemEmail.html 432 additions, 0 deletionstypo3/sysext/core/Resources/Private/Layouts/SystemEmail.html
- typo3/sysext/core/Resources/Private/Layouts/SystemEmail.txt 8 additions, 0 deletionstypo3/sysext/core/Resources/Private/Layouts/SystemEmail.txt
- typo3/sysext/core/Resources/Private/Templates/Email/Default.html 8 additions, 0 deletions...ysext/core/Resources/Private/Templates/Email/Default.html
- typo3/sysext/core/Resources/Private/Templates/Email/Default.txt 5 additions, 0 deletions...sysext/core/Resources/Private/Templates/Email/Default.txt
- typo3/sysext/core/Tests/Functional/Mail/FluidEmailTest.php 76 additions, 0 deletionstypo3/sysext/core/Tests/Functional/Mail/FluidEmailTest.php
- typo3/sysext/install/Classes/Authentication/AuthenticationService.php 25 additions, 31 deletions.../install/Classes/Authentication/AuthenticationService.php
- typo3/sysext/install/Classes/Controller/EnvironmentController.php 12 additions, 7 deletions...sext/install/Classes/Controller/EnvironmentController.php
- typo3/sysext/install/Resources/Private/Templates/Email/Security/InstallToolLogin.html 6 additions, 0 deletions...es/Private/Templates/Email/Security/InstallToolLogin.html
- typo3/sysext/install/Resources/Private/Templates/Email/Security/InstallToolLogin.txt 5 additions, 0 deletions...ces/Private/Templates/Email/Security/InstallToolLogin.txt
- typo3/sysext/install/Resources/Private/Templates/Email/Security/InstallToolLoginAttempt.html 7 additions, 0 deletions...ate/Templates/Email/Security/InstallToolLoginAttempt.html
- typo3/sysext/install/Resources/Private/Templates/Email/Security/InstallToolLoginAttempt.txt 7 additions, 0 deletions...vate/Templates/Email/Security/InstallToolLoginAttempt.txt
Please register or sign in to comment