Set default SMTP value to true (#16967)
As per title. Will make it easier for self-hosters. @Weiko fyi
This commit is contained in:
@@ -157,7 +157,7 @@ export class ConfigVariables {
|
||||
description: 'Enable or disable the IMAP messaging integration',
|
||||
type: ConfigVariableType.BOOLEAN,
|
||||
})
|
||||
IS_IMAP_SMTP_CALDAV_ENABLED = false;
|
||||
IS_IMAP_SMTP_CALDAV_ENABLED = true;
|
||||
|
||||
@ConfigVariablesMetadata({
|
||||
group: ConfigVariablesGroup.MICROSOFT_AUTH,
|
||||
|
||||
Reference in New Issue
Block a user