1 <div class=
"alert {f:if(condition:'{preset.isAvailable}', then:'alert-success', else:'alert-danger')}">
2 <div class=
"header-container">
3 <div class=
"message-header">
6 class=
"t3-install-tool-configuration-radio"
7 id=
"t3-install-tool-configuration-mail-sendmail"
8 name=
"install[values][{feature.name}][enable]"
10 {f:if(condition:'{preset.isAvailable}', then:'', else:'
disabled=
"disabled"')}
11 {f:if(condition: preset.isActive, then:'
checked=
"checked"')}
14 for=
"t3-install-tool-configuration-mail-sendmail"
15 class=
"t3-install-tool-configuration-radio-label"
18 Import sendmail command from PHP settings
20 {f:if(condition: preset.isActive, then:' [Active]')}
24 <div class=
"message-body>">
25 <f:if condition=
"{preset.isAvailable}">
27 <p>If you enable this setting the sendmail command will be set to:
</p>
28 <p><pre>{preset.sendmailPath}
</pre></p>
31 <p>Sendmail was not found in your PHP settings.
</p>