Merge pull request #2420 from caprover/agent/fix-netdata-smtp-from
Run build / build (push) Canceled after 0s
Run formatter / check-code-formatting (push) Canceled after 0s
Run lint / run-lint (push) Canceled after 0s
Build and push the edge image / run-pre-checks (push) Canceled after 0s
Build and push the edge image / build-publish-docker-hub (push) Canceled after 0s

Fix Netdata SMTP sender address
This commit is contained in:
Kasra Bigdeli
2026-07-19 09:33:54 -07:00
committed by GitHub
+1 -1
View File
@@ -576,7 +576,7 @@ class CaptainManager {
if (netDataInfo.data.smtp) {
envVars.push({
key: 'SMTP_FROM',
value: netDataInfo.data.smtp.to,
value: netDataInfo.data.smtp.username,
})
envVars.push({
key: 'SSMTP_TO',