From 99283ef684177dee4d2b457eae56da563cc67137 Mon Sep 17 00:00:00 2001 From: Slavi Pantaleev Date: Wed, 10 Jul 2019 08:40:12 +0300 Subject: [PATCH] Add note about SMTPS not being supported Fixes #216 (Github Issue). --- docs/configuring-playbook-email.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/configuring-playbook-email.md b/docs/configuring-playbook-email.md index 59e080f3..2da52ddd 100644 --- a/docs/configuring-playbook-email.md +++ b/docs/configuring-playbook-email.md @@ -28,6 +28,8 @@ matrix_mailer_relay_auth_username: "another.sender@example.com" matrix_mailer_relay_auth_password: "some-password" ``` +**Note**: only the secure submission protocol (using `STARTTLS`, usually on port `587`) is supported. **SMTPS** (encrypted SMTP, usually on port `465`) **is not supported**. + ## Troubleshooting