We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a45444b commit dd25646Copy full SHA for dd25646
1 file changed
packages/dashboard/src/config/features.ts
@@ -12,7 +12,7 @@ const FEATURES = {
12
ENABLE_CANNY: !isSelfHosted,
13
ENABLE_SENTRY: !isSelfHosted,
14
},
15
- EMAILS: false,
+ EMAILS: !isSelfHosted,
16
}
17
18
export default FEATURES
0 commit comments