Project

General

Profile

Actions

Bug #90987

closed

EmailFinisher use only plaintext Fluid template

Added by Markus Pircher almost 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 #1

Updated by Markus Pircher almost 4 years ago

  • Subject changed from EmailFinisher use only plantext Fluid template to EmailFinisher use only plaintext Fluid template
Actions #2

Updated by Björn Jacob almost 4 years ago

  • Sprint Focus set to Remote Sprint
Actions #3

Updated by Paul Hansen almost 4 years ago

  • Related to Feature #84849: Allow links and some HTML tags in label, description, static text, validators, and emailBody added
Actions #4

Updated by Paul Hansen almost 4 years ago

  • Related to deleted (Feature #84849: Allow links and some HTML tags in label, description, static text, validators, and emailBody)
Actions #5

Updated by Björn Jacob over 2 years ago

  • TYPO3 Version changed from 10 to 11

Have to check this. Seems valid.

Actions #6

Updated by Andreas Häfner over 2 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 #7

Updated by Andreas Häfner over 2 years ago

Is a duplicate of #93992

Actions #8

Updated by Ralf Zimmermann over 2 years ago

  • Status changed from New to Closed
Actions

Also available in: Atom PDF