feat: new msg email notify

This commit is contained in:
Tristan Yang
2024-11-07 11:15:59 +08:00
parent ce058a678e
commit c2c23daf91
19 changed files with 1754 additions and 1570 deletions
+2
View File
@@ -16,6 +16,8 @@ export interface SystemCommon {
max_file_expiry_mode?: MessageExpireMode;
only_admin_can_create_group: boolean;
ext_setting: null | string;
msg_smtp_notify_enable: boolean;
msg_smtp_notify_delay_seconds: number;
}
export interface GithubAuthConfig {
client_id?: string;