oncall-engine/engine/apps/base
Sean Wood 61a657b0cd
Allow setting email app to use SSL instead of TLS (#3911)
# What this PR does
Adds flexibility of the method of encryption in the SMTP email app. Some
email servers are configured to use port 465 (intrinsic TLS) which
requires `EMAIL_USE_SSL` instead of `EMAIL_USE_TLS`.

## Which issue(s) this PR fixes
Fixes https://github.com/grafana/oncall/issues/1044

## Checklist

- [x] Unit, integration, and e2e (if applicable) tests updated
- [x] Documentation added (or `pr:no public docs` PR label added if not
required)
- [x] `CHANGELOG.md` updated (or `pr:no changelog` PR label added if not
required)

---------

Co-authored-by: Joey Orlando <joey.orlando@grafana.com>
Co-authored-by: Joey Orlando <joseph.t.orlando@gmail.com>
2024-02-20 03:38:09 -05:00
..
migrations remove unused dynamic settings (#2735) 2023-08-03 05:11:52 -04:00
models Allow setting email app to use SSL instead of TLS (#3911) 2024-02-20 03:38:09 -05:00
tests Revert "upgrade to Python 3.12 (#3456)" and "bump uwsgi version to latest #3466" (#3483) 2023-12-01 09:56:26 -05:00
__init__.py World, meet OnCall! 2022-06-03 08:09:47 -06:00
messaging.py make mobile app notification title and subtitle templatable (#3845) 2024-02-08 17:23:15 -05:00
tasks.py World, meet OnCall! 2022-06-03 08:09:47 -06:00
utils.py Allow setting email app to use SSL instead of TLS (#3911) 2024-02-20 03:38:09 -05:00