Initial commit: Email alerts application

This commit is contained in:
Iyeoluwa Akinrinola
2025-07-25 11:31:36 +01:00
commit adfb625ae9
6322 changed files with 2882826 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
{
"email_address": "projects@manaknightdigital.com",
"time_frames": [
{
"name": "1-24 hours",
"hours": 24,
"alert_level": 1
},
{
"name": "24-48 hours",
"hours": 48,
"alert_level": 2
},
{
"name": "48+ hours",
"hours": 72,
"alert_level": 3
}
],
"email_days_back": 7,
"agency_domains": [
"projects@manaknightdigital.com"
]
}