Actions
Bug #90987
closedEmailFinisher use only plaintext Fluid template
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Form Framework
Target version:
-
Start date:
2020-04-09
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
11
PHP Version:
7.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Remote Sprint
Description
If you add HTML to the email, initializeStandaloneView() is called twice, first for plaintext, second for html, but the templatePathAndFilename option is overwritten in the method, and then {@format} is no longer available, so the HTML part also us the plaintext template.
$this->options['templatePathAndFilename'] = strtr($this->options['templatePathAndFilename'], [
'{@format}' => $format
]);
Updated by Markus Pircher almost 5 years ago
- Subject changed from EmailFinisher use only plantext Fluid template to EmailFinisher use only plaintext Fluid template
Updated by Paul Hansen over 4 years ago
- Related to Feature #84849: Allow links and some HTML tags in label, description, static text, validators, and emailBody added
Updated by Paul Hansen over 4 years ago
- Related to deleted (Feature #84849: Allow links and some HTML tags in label, description, static text, validators, and emailBody)
Updated by Björn Jacob over 3 years ago
- TYPO3 Version changed from 10 to 11
Have to check this. Seems valid.
Updated by Andreas Häfner over 3 years ago
- Is duplicate of Bug #93992: Forms: html emails get sent with plaintext template when using {@format} wildcard in "templatePathAndFilename" and not setting "useFluidEmail" added
Actions