mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2024-12-24 07:37:04 +00:00
SMTP Relay Host stub progress
This commit is contained in:
parent
aa62c6349e
commit
3278c8cf94
@ -13,7 +13,7 @@
|
||||
<h3>SMTP Relay Configuration</h3>
|
||||
<form class="form-horizontal" role="form" onsubmit="return false;">
|
||||
<div class="form-group">
|
||||
<table style="max-width: 400px">
|
||||
<table style="max-width: 600px">
|
||||
<tr>
|
||||
<td>
|
||||
<label for="relay_host" class="col-sm-1 control-label">Relay Host</label>
|
||||
@ -27,7 +27,7 @@
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<label for="relay_auth_user" class="col-sm-1 control-label">Host Username</label>
|
||||
<label for="relay_auth_user" class="col-sm-1 control-label">Username</label>
|
||||
</td>
|
||||
<td>
|
||||
<div class="col-sm-10">
|
||||
@ -38,7 +38,7 @@
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<label for="relay_auth_pass" class="col-sm-1 control-label">Host Password/Key</label>
|
||||
<label for="relay_auth_pass" class="col-sm-1 control-label">Password/Key</label>
|
||||
</td>
|
||||
<td>
|
||||
<div class="col-sm-10">
|
||||
|
Loading…
Reference in New Issue
Block a user