1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-07 16:17:23 +01:00

SMTP Relay Host stub progress

This commit is contained in:
David Duque
2020-04-13 18:09:04 +01:00
parent 9d23f67e8a
commit 6393075f11

View File

@@ -36,11 +36,13 @@
<tr>
<td>
<label for="relay_use_auth"> Use authentication</label>
<label for="relay_use_auth">Authenticate</label>
</td>
<td>
<input checked type="checkbox" id="relay_use_auth" name="relay_use_auth" value="true"
onclick="checklocks();">
<div class="col-sm-10">
<input checked type="checkbox" id="relay_use_auth" name="relay_use_auth" value="true"
onclick="checklocks();">
</div>
</td>
</tr>