1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-04-21 00:37:23 +02: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> <tr>
<td> <td>
<label for="relay_use_auth"> Use authentication</label> <label for="relay_use_auth">Authenticate</label>
</td> </td>
<td> <td>
<div class="col-sm-10">
<input checked type="checkbox" id="relay_use_auth" name="relay_use_auth" value="true" <input checked type="checkbox" id="relay_use_auth" name="relay_use_auth" value="true"
onclick="checklocks();"> onclick="checklocks();">
</div>
</td> </td>
</tr> </tr>