|
|
@ -12,8 +12,8 @@
|
|
|
|
<input type="text" class="form-control" name="mail_port" id="mail_port" value="{{content.mail_port}}">
|
|
|
|
<input type="text" class="form-control" name="mail_port" id="mail_port" value="{{content.mail_port}}">
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="form-group">
|
|
|
|
<div class="form-group">
|
|
|
|
<label for="mail_use_ssl">{{_('Server uses SSL (StartTLS)')}}</label>
|
|
|
|
|
|
|
|
<input type="checkbox" name="mail_use_ssl" id="mail_use_ssl" {% if content.mail_use_ssl %}checked{% endif %}>
|
|
|
|
<input type="checkbox" name="mail_use_ssl" id="mail_use_ssl" {% if content.mail_use_ssl %}checked{% endif %}>
|
|
|
|
|
|
|
|
<label for="mail_use_ssl">{{_('Server uses SSL (StartTLS)')}}</label>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="form-group">
|
|
|
|
<div class="form-group">
|
|
|
|
<label for="mail_login">{{_('SMTP login')}}</label>
|
|
|
|
<label for="mail_login">{{_('SMTP login')}}</label>
|
|
|
|