mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2024-12-25 07:47:05 +00:00
SMTP Relay Host stub progress
This commit is contained in:
parent
30221bdb11
commit
aa62c6349e
@ -13,26 +13,38 @@
|
|||||||
<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>
|
<table style="max-width: 400px">
|
||||||
<tr>
|
<tr>
|
||||||
<label for="relay_host" class="col-sm-1 control-label">Relay Host</label>
|
<td>
|
||||||
<div class="col-sm-10">
|
<label for="relay_host" class="col-sm-1 control-label">Relay Host</label>
|
||||||
<input type="text" class="form-control" id="relay_host" placeholder="host.domain.tld">
|
</td>
|
||||||
</div>
|
<td>
|
||||||
|
<div class="col-sm-10">
|
||||||
|
<input type="text" class="form-control" id="relay_host" placeholder="host.domain.tld">
|
||||||
|
</div>
|
||||||
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<label for="relay_auth_user" class="col-sm-1 control-label">Relay Host</label>
|
<td>
|
||||||
<div class="col-sm-10">
|
<label for="relay_auth_user" class="col-sm-1 control-label">Host Username</label>
|
||||||
<input type="text" class="form-control" id="relay_auth_user" placeholder="user">
|
</td>
|
||||||
</div>
|
<td>
|
||||||
|
<div class="col-sm-10">
|
||||||
|
<input type="text" class="form-control" id="relay_auth_user" placeholder="user">
|
||||||
|
</div>
|
||||||
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<label for="relay_auth_pass" class="col-sm-1 control-label">Relay Host</label>
|
<td>
|
||||||
<div class="col-sm-10">
|
<label for="relay_auth_pass" class="col-sm-1 control-label">Host Password/Key</label>
|
||||||
<input type="password" class="form-control" id="relay_auth_pass" placeholder="password">
|
</td>
|
||||||
</div>
|
<td>
|
||||||
|
<div class="col-sm-10">
|
||||||
|
<input type="password" class="form-control" id="relay_auth_pass" placeholder="password">
|
||||||
|
</div>
|
||||||
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user