I am using "ssmtp" as mail client to send email to remote mail server on Ubuntu Linux. I know there are "UseTLS" and "UseSTARTTLS" options in ssmtp.conf which can make ssmtp send emails with secure. However, I don't find any option to specify the minimum TLS version so that I cannot force ssmtp to use TLSv1.2.
As we all know, TLS 1.0 is badly broken, and TLS 1.1 is damaged... Do you have any idea about how to make TLS 1.2 be used by ssmtp by default?