How to set self-hosted bitwarden to use TLS for mail

The documentation at Configure Environment Variables | Bitwarden Help Center has the following to say about globalSettings__mail__smtp__ssl:

(Boolean) Whether your SMTP server uses an encryption protocol:
true = SSL
false = TLS

Which is very confusing to me, does setting it to false mean (a) unencrypted, or (b) encryption using TLS?

1 Like

I am also having this trouble. I am trying to connect Bitwarden to Microsoft 365 using Authenticated SMTP, but it seems I am unable as Microsoft only accepts encrypted traffic over port 587, and Bitwarden does not seemingly have an option for encrypted TLS traffic.

Hey all, set to ‘false’.

Hi,
sorry this post is already more than 1 year old, but I am having the same question and you didn’t really answer it.
I am having issues with bitwarden sending e-mails and I am trying to figure out why so I thought I try different configurations.
But I very much want to avoid to use SMTP without encryption. So does globalSettings__mail__smtp__ssl: false mean TLS encryption or no encryption at all?