From 6c085594e47eeabbe5084a0e5c231af3e18527b6 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Fri, 2 Sep 2016 11:33:26 -0700 Subject: mail: allow PLAIN auth over non-tls connections (#3900) This allows mattermost to use a non-tls connection with a SMTP server that supports PLAIN auth (but not LOGIN). The go library explicitly allows PLAIN auth over non-tls connections - https://golang.org/src/net/smtp/auth.go#L55 Fixes #2929 --- .../connection_security_dropdown_setting.jsx | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'webapp/components/admin_console/connection_security_dropdown_setting.jsx') diff --git a/webapp/components/admin_console/connection_security_dropdown_setting.jsx b/webapp/components/admin_console/connection_security_dropdown_setting.jsx index 09768049e..06be7f78e 100644 --- a/webapp/components/admin_console/connection_security_dropdown_setting.jsx +++ b/webapp/components/admin_console/connection_security_dropdown_setting.jsx @@ -27,6 +27,20 @@ const CONNECTION_SECURITY_HELP_TEXT = ( /> + + + + + + + +