-
- Downloads
add support for starttls smtp authentication
Adds the option to require smtp connections to use STARTTLS authentication. This is distinct from SSL and TLS and usually shares a port with unencrypted connections. This change enables starttls for the connection and makes it required. This appears as it's own security setting in the email configuration. fixes: https://github.com/metabase/metabase/issues/4272
Please register or sign in to comment