Bug #92881
FluidEmail not rendered for getHtmlBody()
Start date:
2020-11-19
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Currently the FluidEmail
added with #90266 triggers rendering of its text and HTML body only on getBody()
call. When calling getHtmlBody()
instead, no rendering is triggered. Calling getHtmlBody()
after calling getBody()
will return the rendered HTML body of course.
This needs to be fixed so that each body getter renders its own part.
Related issues
Updated by Mathias Brodala 2 months ago
- Related to Feature #90266: Fluid-based templated emails added