Regenerate integrations docs (#22061)
Co-authored-by: ilyam8 <22274335+ilyam8@users.noreply.github.com>
Netdata bot committed
Mar 27, 2026 at 18:15 UTC
75b52898a057b43511f7d757a5bf8d5ef260af20
1 file changed
+1
-1
src/health/notifications/email/README.md
+1
-1
@@ -55,7 +55,7 @@ The following options can be defined for this notification
55
| Option | Description | Default | Required |
56
|:-----|:------------|:--------|:---------:|
57
| EMAIL_SENDER | You can change `EMAIL_SENDER` to the email address sending the notifications. | netdata | no |
58
-| SEND_EMAIL | Set `SEND_EMAIL` to YES | YES | yes |
58
+| SEND_EMAIL | Set `SEND_EMAIL` to YES, NO, or AUTO (enables email when sendmail is available). | AUTO | yes |
59
| [DEFAULT_RECIPIENT_EMAIL](#option-default-recipient-email) | Set `DEFAULT_RECIPIENT_EMAIL` to the email address you want the email to be sent by default. You can define multiple email addresses like this: `alarms@example.com` `systems@example.com`. | root | yes |
60
61
<a id="option-default-recipient-email"></a>