Add the bones of an Email Notification service

This commit is contained in:
Campbell Alden 2026-07-30 23:48:10 +09:00
parent a7fdd6cbd0
commit 24bb9dae30
8 changed files with 138 additions and 8 deletions

View file

@ -4,4 +4,8 @@
"logging": {
"level": "info"
}
"email": {
"api_key": "asdf1234",
"sender": "me@example.com"
}
}