| Current Path : /var/www/surf/TYPO3/vendor/typo3/cms-install/Resources/Private/Partials/Settings/Presets/ |
| Current File : /var/www/surf/TYPO3/vendor/typo3/cms-install/Resources/Private/Partials/Settings/Presets/Mail.html |
<html xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers" data-namespace-typo3-fluid="true">
<div class="panel panel-default">
<div class="panel-heading" role="tab" id="headingFive">
<h4 class="panel-title">
<a role="button" data-bs-toggle="collapse" data-bs-parent="#accordion" href="#collapseFive" aria-expanded="true" aria-controls="collapseFive" class="collapsed">
<span class="caret"></span>
Mail handling settings
</a>
</h4>
</div>
<div id="collapseFive" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingFive">
<div class="panel-body">
<p>
Mailer agent in TYPO3 CMS can use the sendmail command line tool
if transport is configured to sendmail. The tool path needs to be
configured correctly depending on the binary that is available
on the system.
</p>
<p>
This module detects the current sendmail path from PHP settings
and allows to set the correct value in 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>