Actions
Bug #94247
closedWrong value in DefaultConfigurationDescription.yaml for mail format
Start date:
2021-06-01
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
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.
Actions