From 6f68f4056edbfcf01568ac8826d1de081f3e8477 Mon Sep 17 00:00:00 2001 From: "Thibault \"bui\" Koechlin" Date: Thu, 10 Mar 2022 16:44:21 +0100 Subject: [PATCH] fix #1316 : add html body (#1339) * fix #1316 : add html body --- plugins/notifications/email/email.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/notifications/email/email.yaml b/plugins/notifications/email/email.yaml index 959326857..496b42abc 100644 --- a/plugins/notifications/email/email.yaml +++ b/plugins/notifications/email/email.yaml @@ -18,7 +18,7 @@ format: | {{range . -}} {{$alert := . -}} {{range .Decisions -}} - {{.Value}} will get {{.Type}} for next {{.Duration}} for triggering {{.Scenario}} on machine {{$alert.MachineID}}. Shodan +

{{.Value}} will get {{.Type}} for next {{.Duration}} for triggering {{.Scenario}} on machine {{$alert.MachineID}}.

Shodan

{{end -}} {{end -}}