SMTP Relay Host stub progress

This commit is contained in:
David Duque 2020-04-13 18:14:39 +01:00
parent 6393075f11
commit 51c288dcd5
No known key found for this signature in database
GPG Key ID: 2F327738A3C0AE3A
1 changed files with 4 additions and 4 deletions

View File

@ -21,22 +21,22 @@
<h3>SMTP Relay Configuration</h3> <h3>SMTP Relay Configuration</h3>
<form class="form-horizontal" role="form" onsubmit="return false;"> <form class="form-horizontal" role="form" onsubmit="return false;">
<div class="form-group"> <div class="form-group">
<table style="max-width: 600px"> <table style="width: 600px">
<tr> <tr>
<td> <td>
<label for="relay_host" class="col-sm-1 control-label">Relay Host</label> <label for="relay_host" class="col-sm-1 control-label">Hostname</label>
</td> </td>
<td> <td>
<div class="col-sm-10"> <div class="col-sm-10">
<input type="text" class="form-control" id="relay_host" placeholder="host.domain.tld"> <input type="text" class="form-control" id="relay_host" placeholder="host.domain.tld">
</div> </div>
</td> </td>
<td style="padding: 0 1em; font-weight: bold;">:587</td> <td style="padding: 0; font-weight: bold;">:587</td>
</tr> </tr>
<tr> <tr>
<td> <td>
<label for="relay_use_auth">Authenticate</label> <label for="relay_use_auth" class="col-sm-1 control-label">Authenticate</label>
</td> </td>
<td> <td>
<div class="col-sm-10"> <div class="col-sm-10">