To enable STARTTLS and enable/disable specific protocols, some more properties have to be set in factory.ini

[smtp]
mail.smtp.user          = user
mail.smtp.password      = password

mail.smtp.port          = 25

mail.smtp.starttls.required    = true
mail.smtp.ssl.protocols = TLSv1
mail.smtp.auth.mechanisms = PLAIN