Set default SMTP value to true (#16967)

As per title. Will make it easier for self-hosters. @Weiko fyi
This commit is contained in:
Félix Malfait
2026-01-06 19:25:33 +01:00
committed by GitHub
parent a46619ec55
commit 5f4b6e7ea4
@@ -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,