SMTP Relay Host stub progress
This commit is contained in:
parent
9d23f67e8a
commit
6393075f11
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue