feat: add send mail command
This commit is contained in:
9 files changed
+104
-10
No files matched your search
@@ -21,5 +21,11 @@ data class Config(
|
||||
val githubKey: String,
|
||||
val imageType: ImageType,
|
||||
val openAIAPIHost: String,
|
||||
val openAIAPIKey: String
|
||||
val openAIAPIKey: String,
|
||||
val smtpHost: String,
|
||||
val smtpPort: Int,
|
||||
val smtpUser: String,
|
||||
val smtpPassword: String,
|
||||
val smtpFromAddress: String,
|
||||
val admins: List<Long>
|
||||
)
|
||||
Reference in New Issue
Block a user