[FEATURE] Send plaintext and HTML multipart mails
Now by default, mails sent with the EmailFinisher contain both a plaintext and an HTML part. The latter can be controlled with the new "addHtmlPart" option which is enabled by default. The former "format" option is removed from the backend UI and migrated to the new "addHtmlPart" option. Resolves: #87200 Releases: master Change-Id: Id0a58e8cfee07926a555d0d921fed8b41832cb77 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/60611 Tested-by:TYPO3com <noreply@typo3.com> Tested-by:
Susanne Moog <look@susi.dev> Tested-by:
Ralf Zimmermann <ralf.zimmermann@tritum.de> Reviewed-by:
Susanne Moog <look@susi.dev> Reviewed-by:
Ralf Zimmermann <ralf.zimmermann@tritum.de>
Showing
- typo3/sysext/core/Documentation/Changelog/master/Deprecation-87200-EmailFinisherFormatContants.rst 32 additions, 0 deletions.../master/Deprecation-87200-EmailFinisherFormatContants.rst
- typo3/sysext/core/Documentation/Changelog/master/Deprecation-87200-EmailFinisherFormatOption.rst 42 additions, 0 deletions...og/master/Deprecation-87200-EmailFinisherFormatOption.rst
- typo3/sysext/core/Documentation/Changelog/master/Feature-87200-SendPlaintextAndHTMLMailsInEmailFinisher.rst 22 additions, 0 deletions...eature-87200-SendPlaintextAndHTMLMailsInEmailFinisher.rst
- typo3/sysext/form/Classes/Controller/FormEditorController.php 29 additions, 0 deletions...3/sysext/form/Classes/Controller/FormEditorController.php
- typo3/sysext/form/Classes/Domain/Finishers/EmailFinisher.php 78 additions, 22 deletionstypo3/sysext/form/Classes/Domain/Finishers/EmailFinisher.php
- typo3/sysext/form/Configuration/Yaml/BaseSetup.yaml 1 addition, 1 deletiontypo3/sysext/form/Configuration/Yaml/BaseSetup.yaml
- typo3/sysext/form/Configuration/Yaml/FormEditorSetup.yaml 13 additions, 16 deletionstypo3/sysext/form/Configuration/Yaml/FormEditorSetup.yaml
- typo3/sysext/form/Configuration/Yaml/FormEngineSetup.yaml 6 additions, 16 deletionstypo3/sysext/form/Configuration/Yaml/FormEngineSetup.yaml
- typo3/sysext/form/Resources/Private/Backend/Partials/FormEditor/Inspector/CheckboxEditor.html 1 addition, 0 deletions...Backend/Partials/FormEditor/Inspector/CheckboxEditor.html
- typo3/sysext/form/Resources/Private/Language/Database.xlf 12 additions, 30 deletionstypo3/sysext/form/Resources/Private/Language/Database.xlf
- typo3/sysext/form/Resources/Public/JavaScript/Backend/FormEditor/InspectorComponent.js 9 additions, 0 deletions...ublic/JavaScript/Backend/FormEditor/InspectorComponent.js
- typo3/sysext/install/Configuration/ExtensionScanner/Php/ClassConstantMatcher.php 10 additions, 0 deletions...nfiguration/ExtensionScanner/Php/ClassConstantMatcher.php
Please register or sign in to comment