SMTP Relay Host stub progress

This commit is contained in:
David Duque 2020-04-13 18:21:33 +01:00
parent 51c288dcd5
commit 6e462f6523
No known key found for this signature in database
GPG Key ID: 2F327738A3C0AE3A
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
<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>
<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>
<div id="smtp_relay_config">
@ -70,7 +70,7 @@
</table>
</div>
<div class="col-sm-offset-1 col-sm-11">
<div>
<button type="submit" class="btn btn-primary">Update</button>
</div>
</form>