Actions
Feature #102362
openFluidEmail should render (rte) links as absolute by default
Status:
Needs Feedback
Priority:
Should have
Assignee:
-
Category:
Mailer API
Target version:
-
Start date:
2023-11-10
Due date:
% Done:
0%
Estimated time:
PHP Version:
8.0
Tags:
fluid, email, fluidemail, link, absolute, lib.parseFunc_RTE
Complexity:
Sprint Focus:
Description
Relative links in email make no sense in general. Any links within a `FluidEmail` content should be rendered as absolute links per default. Or else there should be any `TypoScript` configuration option (or mailer class property) be introduced.
Current use case: When using `FluidEmail` with any RTE content, `lib.parseFunc_RTE` need to be modified (or copied) and passed to `f:format.html()` like `{myCustomEmailBody -> f:format.html(parseFuncTSPath: 'lib.parseFunc_RTE_EMAIL')}`. This should be simplified and made more developer friendly.
Actions