Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ Follow instructions on creating an incoming webhook for:
"host": "007-myemailserver.com",
"port": 587,
"sender": "[email protected]",
"recipients": "[email protected], [email protected]",
"recipients": ["[email protected]", "[email protected]"],
"subject": "Checkmarx Health Monitor Alert",
"useSsl": true
}
Expand Down
2 changes: 1 addition & 1 deletion cx_health_mon_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"host": "smtp.mailserver.com",
"port": 587,
"sender": "[email protected]",
"recipients": "[email protected], [email protected]",
"recipients": ["[email protected]", "[email protected]"],
"subject": "Checkmarx Health Monitor Alert",
"useSsl": true
}
Expand Down