mirror of
https://github.com/caprover/caprover
synced 2026-08-22 23:46:33 +00:00
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
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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user