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,25 @@
.. include:: /Includes.rst.txt
.. _feature-87200:
================================================================
Feature: #87200 - Send plaintext and HTML mails in EmailFinisher
================================================================
See :issue:`87200`
Description
===========
The :php:`EmailFinisher` of EXT:form now sends mails with a plaintext and an HTML part.
A new option :yaml:`addHtmlPart` has been added to configure if a HTML part should be added to mails.
Impact
======
Mails now contain both plaintext and HTML parts to support a wider audience.
Enforcing a plaintext-only mail increases reception and security.
.. index:: ext:form