TYPO3 v15 dev-main snapshot ()

This commit is contained in:
2026-08-10 22:31:09 +02:00
commit af8cc155b5
6818 changed files with 642608 additions and 0 deletions
@@ -0,0 +1,41 @@
.. include:: /Includes.rst.txt
.. _breaking-62793:
===========================================================
Breaking: #62793 - TypoScript config.notification_* removed
===========================================================
See :issue:`62793`
Description
===========
The following TypoScript options were removed:
:code:`config.notification_email_charset`
:code:`config.notification_email_encoding`
:code:`config.notification_email_urlmode`
Impact
======
Using those options have no effect anymore.
Affected installations
======================
Instances that set these options in FE TypoScript.
Migration
=========
Those options can be safely removed. They were used with old mail handling and
are substituted with a different engine that rendered those useless.
.. index:: TypoScript, Frontend