SMTP Relay Host stub progress
This commit is contained in:
parent
664267357a
commit
30221bdb11
|
@ -13,20 +13,28 @@
|
|||
<h3>SMTP Relay Configuration</h3>
|
||||
<form class="form-horizontal" role="form" onsubmit="return false;">
|
||||
<div class="form-group">
|
||||
<label for="relay_host" class="col-sm-1 control-label">Relay Host</label>
|
||||
<div class="col-sm-10">
|
||||
<input type="text" class="form-control" id="relay_host" placeholder="host.domain.tld">
|
||||
</div>
|
||||
<table>
|
||||
<tr>
|
||||
<label for="relay_host" class="col-sm-1 control-label">Relay Host</label>
|
||||
<div class="col-sm-10">
|
||||
<input type="text" class="form-control" id="relay_host" placeholder="host.domain.tld">
|
||||
</div>
|
||||
</tr>
|
||||
|
||||
<label for="relay_auth_user" class="col-sm-1 control-label">Relay Host</label>
|
||||
<div class="col-sm-10">
|
||||
<input type="text" class="form-control" id="relay_auth_user" placeholder="user">
|
||||
</div>
|
||||
<tr>
|
||||
<label for="relay_auth_user" class="col-sm-1 control-label">Relay Host</label>
|
||||
<div class="col-sm-10">
|
||||
<input type="text" class="form-control" id="relay_auth_user" placeholder="user">
|
||||
</div>
|
||||
</tr>
|
||||
|
||||
<label for="relay_auth_pass" class="col-sm-1 control-label">Relay Host</label>
|
||||
<div class="col-sm-10">
|
||||
<input type="password" class="form-control" id="relay_auth_pass" placeholder="password">
|
||||
</div>
|
||||
<tr>
|
||||
<label for="relay_auth_pass" class="col-sm-1 control-label">Relay Host</label>
|
||||
<div class="col-sm-10">
|
||||
<input type="password" class="form-control" id="relay_auth_pass" placeholder="password">
|
||||
</div>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<div class="col-sm-offset-1 col-sm-11">
|
||||
|
|
Loading…
Reference in New Issue