Pull email sending concerns out into a standalone service

This commit is contained in:
Campbell Alden 2026-07-31 18:15:33 +09:00
parent 7d535a2c31
commit c1a61730d5
4 changed files with 46 additions and 57 deletions

View file

@ -5,7 +5,7 @@
"level": "info"
}
"email": {
"api_key": "asdf1234",
"bird_api_key": "asdf1234",
"sender": "me@example.com"
}
}