docs: correct SEND_EMAIL default value from YES to AUTO (#22057)
Co-authored-by: nedi-app[bot] <bot@netdata.cloud>
nedi-app[bot] committed
Mar 27, 2026 at 18:24 UTC
071a0b7622681e5ccc834096379105f1fcf96fdf
1 file changed
+2
-2
src/health/notifications/email/metadata.yaml
+2
-2
@@ -46,8 +46,8 @@
46
description: "You can change `EMAIL_SENDER` to the email address sending the notifications."
47
required: false
48
- name: 'SEND_EMAIL'
49
- default_value: 'YES'
50
- description: "Set `SEND_EMAIL` to YES"
49
+ default_value: 'AUTO'
50
+ description: "Set `SEND_EMAIL` to YES, NO, or AUTO (enables email when sendmail is available)."
51
required: true
52
- name: 'DEFAULT_RECIPIENT_EMAIL'
53
default_value: 'root'