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:05:49 +01:00
parent 10993b9154
commit 9d23f67e8a

View File

@@ -35,9 +35,13 @@
</tr>
<tr>
<label for="vehicle1"> Use authentication</label>
<input type="checkbox" id="relay_use_auth" name="relay_use_auth" value="true"
onclick="checklocks();">
<td>
<label for="relay_use_auth"> Use authentication</label>
</td>
<td>
<input checked type="checkbox" id="relay_use_auth" name="relay_use_auth" value="true"
onclick="checklocks();">
</td>
</tr>
<tr>