feat: add send mail command

This commit is contained in:
2024-09-17 22:37:42 +08:00
parent b6d6578436
commit 069fed22ca
9 files changed
+104 -10

No files matched your search

+9 -1
View File
@@ -12,5 +12,13 @@
"githubKey": "1919810",
"imageType": "PNG",
"openAIAPIHost": "https://api.moonshot.cn",
"openAIAPIKey": "114514"
"openAIAPIKey": "114514",
"smtpHost": "127.0.0.1",
"smtpPort": 25,
"smtpUser": "114514",
"smtpPassword": "1919810",
"smtpFromAddress": "fancybot@repo.rtast.cn",
"admins": [
3458671395
]
}