SMTP Relay Host stub progress

This commit is contained in:
David Duque
2020-04-13 18:05:49 +01:00
parent 10993b9154
commit 9d23f67e8a
+6 -2
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"
<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>