diff options
author | Neil Johnson <neil@matrix.org> | 2019-06-06 16:03:41 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-06 16:03:41 +0100 |
commit | 499ff39b12e118b056f174301a5f241435df0b2e (patch) | |
tree | 74338ddd3d23ba553733a087b98a70bb9f341652 | |
parent | Merge branch 'neilj/1.0-upgrade-notes' of github.com:matrix-org/synapse into ... (diff) | |
download | synapse-499ff39b12e118b056f174301a5f241435df0b2e.tar.xz |
Update INSTALL.md
Co-Authored-By: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
-rw-r--r-- | INSTALL.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/INSTALL.md b/INSTALL.md index 7200a28330..7540f04092 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -398,7 +398,8 @@ For those of you upgrading your TLS certificate in readiness for Synapse 1.0, please take a look at [our guide](docs/MSC1711_certificates_FAQ.md#configuring-certificates-for-compatibility-with-synapse-100). ## Email -It is desirable for Synapse to have the capability to send email, particularly + +It is desirable for Synapse to have the capability to send email. in the case of password reset. To configure an SMTP server for Synapse, modify the configuration section |