TYPO3 v15 dev-main snapshot ()

This commit is contained in:
2026-08-10 22:31:31 +02:00
commit 3e43c11539
407 changed files with 51272 additions and 0 deletions
@@ -0,0 +1,44 @@
<html xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers" data-namespace-typo3-fluid="true">
<div class="panel panel-default">
<h2 class="panel-heading" role="tab">
<div class="panel-heading-row">
<button
class="panel-button collapsed"
type="button"
data-bs-toggle="collapse"
data-bs-parent="#accordion"
data-bs-target="#collapseFive"
aria-controls="collapseFive"
aria-expanded="false"
id="headingFive"
>
<div class="panel-title">
<strong>Mail handling settings</strong>
</div>
<span class="caret"></span>
</button>
</div>
</h2>
<div id="collapseFive" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingFive">
<div class="panel-body">
<p>
Configure how TYPO3 sends email messages.
</p>
<p>
TYPO3 can use the <strong>sendmail</strong> command line tool when the mail
transport is set to <code>sendmail</code>.
The correct executable path depends on the binary available on your system
</p>
<p>
The current sendmail path is detected from the PHP configuration and can be applied
to the TYPO3 settings.
</p>
<f:for each="{feature.presetsOrderedByPriority}" as="preset">
<f:render partial="Settings/Presets/{feature.name}/{preset.name}" arguments="{_all}" />
</f:for>
</div>
</div>
</div>
</html>