Skip to content
Snippets Groups Projects
Commit fd84ba26 authored by Oliver Bartsch's avatar Oliver Bartsch Committed by Georg Ringer
Browse files

[BUGFIX] Add missing language option to EmailToSender

The EmailFinisher class evaluates the defined "translation language"
which can be used to define the language of the mail content
independent of the current frontend language. The corresponding
option is however missing in the EmailToSender configuration.

This leads to side effects if e.g. EmailToReceiver is configured with
this option before EmailToSender. The EmailToSender finisher then
automatically also uses this language without any possibility to
prevent this behaviour.

Therefore the missing configuration option for defining a
translation language is now also available in the EmailToSender
finisher configuration like already claimed in the documentation.

Resolves: #92304
Releases: master, 10.4
Change-Id: Id81a5f616d439b4e4e844e270cadde3888ace46d
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/65733


Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarBenni Mack <benni@typo3.org>
Tested-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
Reviewed-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
parent bc45ef77
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment