SMTP Relay Host stub progress

This commit is contained in:
David Duque 2020-04-13 18:09:04 +01:00
parent 9d23f67e8a
commit 6393075f11
No known key found for this signature in database
GPG Key ID: 2F327738A3C0AE3A
1 changed files with 5 additions and 3 deletions

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>