Project

General

Profile

Actions

Bug #90987

closed

EmailFinisher use only plaintext Fluid template

Added by Markus Pircher about 4 years ago. Updated over 2 years ago.

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
]);


Related issues 1 (0 open1 closed)

Is duplicate of TYPO3 Core - Bug #93992: Forms: html emails get sent with plaintext template when using {@format} wildcard in "templatePathAndFilename" and not setting "useFluidEmail"Closed2021-04-27

Actions
Actions

Also available in: Atom PDF