mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-18 06:47:02 +08:00
@@ -92,10 +92,6 @@
|
||||
}
|
||||
},
|
||||
"mailer": {
|
||||
"enabled": {
|
||||
"type": "Boolean",
|
||||
"desc": "Whether enabled mail service."
|
||||
},
|
||||
"SMTP.host": {
|
||||
"type": "String",
|
||||
"desc": "Host of the email server (e.g. smtp.gmail.com)",
|
||||
|
||||
@@ -76,7 +76,6 @@ export const KNOWN_CONFIG_GROUPS = [
|
||||
name: 'Notification',
|
||||
module: 'mailer',
|
||||
fields: [
|
||||
'enabled',
|
||||
'SMTP.host',
|
||||
'SMTP.port',
|
||||
'SMTP.username',
|
||||
|
||||
Reference in New Issue
Block a user