re-add /sendemail and improve cider

This commit is contained in:
Enstrayed
2024-02-10 14:38:58 -08:00
parent 87afed5b32
commit 29ef51f045
4 changed files with 134 additions and 67 deletions

View File

@@ -13,12 +13,13 @@
"authKeyInDb": "apiAuthKeys.cider"
},
"azure": {
"connectionString": "",
"mailjet": {
"apiKey": "",
"senderAddress": "apinotifications@enstrayed.com",
"senderName": "API Notifications",
"authKeyInDb": "apiAuthKeys.azure",
"usageKeyPrefix": "apiUsage.azure."
"authKeyInDb": "apiAuthKeys.mailjet",
"usageKeyPrefix": "apiUsage.mailjet."
},
"etyd": {