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
6393075f11
commit
51c288dcd5
@ -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">
|
||||||
|
Loading…
Reference in New Issue
Block a user