Weblate missing EMAIL_USE_SSL

Bonjour,

We’re using passwordless encrypted mail via port 465 because:

  • all VMs have public IP and evesdropping cleartext email is too easy
  • port 25 is blocked in various unexpected firewalls (Orange provider for one)
  • we don’t need password because 465 is blocked by the OpenStack security group when we’re not in a test environment

Unfortunately weblate does not all for the django EMAIL_USE_SSL variable to be set. Sent a pull request to fix that and I’m hopeful it’s going to be merged in the next few days.

Cheers