Bug #94247
closedWrong value in DefaultConfigurationDescription.yaml for mail format
100%
Description
In the "Configure Installation-Wide Options" window is an select for the $GLOBALS['TYPO3_CONF_VARS']['MAIL']['format']
variable.
"Send emails only in plain text format" sets the value to txt
. On trying to send the testmail with this setting, an error is thrown:
Could not deliver mail
Please verify $GLOBALS['TYPO3_CONF_VARS']['MAIL'][*] settings are valid. Error message: Setting FluidEmail->format() must be either "html", "plain" or "both", no other formats are currently supported
Latest TYPO3 10 and 11 versions having this issue.
Updated by Gerrit Code Review almost 4 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/69354
Updated by Gerrit Code Review almost 4 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/69354
Updated by Gerrit Code Review almost 4 years ago
Patch set 1 for branch 10.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/69372
Updated by André Buchmann almost 4 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset f102eb07446cb2c4509ccb0248d67696361f4d58.