Add a setting to disable TLS for sending email (#10546)
This is mostly useful in case the server offers TLS, but doesn't present a valid certificate.
Showing
- changelog.d/10546.feature 1 addition, 0 deletionschangelog.d/10546.feature
- docs/sample_config.yaml 8 additions, 0 deletionsdocs/sample_config.yaml
- synapse/config/emailconfig.py 14 additions, 0 deletionssynapse/config/emailconfig.py
- synapse/handlers/send_email.py 77 additions, 17 deletionssynapse/handlers/send_email.py
- synapse/server.py 0 additions, 6 deletionssynapse/server.py
- tests/push/test_email.py 11 additions, 9 deletionstests/push/test_email.py
- tests/rest/client/v2_alpha/test_account.py 20 additions, 13 deletionstests/rest/client/v2_alpha/test_account.py
- tests/rest/client/v2_alpha/test_register.py 7 additions, 5 deletionstests/rest/client/v2_alpha/test_register.py
Loading
Please register or sign in to comment