Files

45 lines
1.7 KiB
HTML

<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>