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
51c288dcd5
commit
6e462f6523
@ -14,7 +14,7 @@
|
|||||||
<p>SMTP Relays are third-party services you can hand off the responsability of getting the mail delivered. They
|
<p>SMTP Relays are third-party services you can hand off the responsability of getting the mail delivered. They
|
||||||
can be useful when, for example, port 25 is blocked.</p>
|
can be useful when, for example, port 25 is blocked.</p>
|
||||||
|
|
||||||
<p>Here, you can configure an authenticated SMTP relay (for example, <a href="https://letsencrypt.org/"
|
<p>Here, you can configure an authenticated SMTP relay (for example, <a href="https://sendgrid.com/"
|
||||||
target="_blank">SendGrid</a>) over port 587.</p>
|
target="_blank">SendGrid</a>) over port 587.</p>
|
||||||
|
|
||||||
<div id="smtp_relay_config">
|
<div id="smtp_relay_config">
|
||||||
@ -70,7 +70,7 @@
|
|||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="col-sm-offset-1 col-sm-11">
|
<div>
|
||||||
<button type="submit" class="btn btn-primary">Update</button>
|
<button type="submit" class="btn btn-primary">Update</button>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
Loading…
Reference in New Issue
Block a user