oncall-engine/engine/apps/email
Vadim Stepanov ea60c0d247
Inbound email integration (#837)
This PR add Inbound Email integration.

It designed to support some variety of ESPs, but in prod we will use
Mailgun, so locally I tested it only with mailgun ESP.

**Important:**
To make it work on different clusters I'm planning to provide different
email domains for different regions, like ....@us.oncall.grafana.net,
...@eu.oncall.grafana.net

---------

Co-authored-by: Innokentii Konstantinov <innokenty.konstantinov@grafana.com>
2023-03-16 13:59:21 +08:00
..
migrations Add database migrations linter (#1020) 2023-02-06 16:01:37 +08:00
templates Restore email notifications (#621) 2022-10-19 12:32:56 +01:00
tests Add test for newlines in email subject (#1510) 2023-03-09 01:25:44 +00:00
__init__.py Restore email notifications (#621) 2022-10-19 12:32:56 +01:00
alert_rendering.py grafana ticketing 81244 : Emails fails if the alert title has a newline char (#1499) 2023-03-08 17:08:19 +00:00
backend.py Restore email notifications (#621) 2022-10-19 12:32:56 +01:00
inbound.py Inbound email integration (#837) 2023-03-16 13:59:21 +08: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