oncall-engine/engine/apps/email
Vadim Stepanov e2456315af
Allow no-auth SMTP connection for email notifications (#759)
* DEFAULT_FROM_EMAIL -> EMAIL_FROM

* add EMAIL_FROM live setting

* EMAIL_FROM -> EMAIL_FROM_ADDRESS

* merge dev

* add test for get_from_email

* allow live settings to be null on internal API

* remove redundant tests
2022-11-03 16:18:37 +00:00
..
migrations Restore email notifications (#621) 2022-10-19 12:32:56 +01:00
templates Restore email notifications (#621) 2022-10-19 12:32:56 +01:00
tests Allow no-auth SMTP connection for email notifications (#759) 2022-11-03 16:18:37 +00:00
__init__.py Restore email notifications (#621) 2022-10-19 12:32:56 +01:00
alert_rendering.py Restore email notifications (#621) 2022-10-19 12:32:56 +01:00
backend.py Restore email notifications (#621) 2022-10-19 12:32:56 +01:00
models.py Restore email notifications (#621) 2022-10-19 12:32:56 +01:00
tasks.py Allow no-auth SMTP connection for email notifications (#759) 2022-11-03 16:18:37 +00:00