mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Send report notification as html when delivering via email
This commit is contained in:
parent
d3d9b405dc
commit
3c90f6bcf3
4 changed files with 54 additions and 3 deletions
|
|
@ -170,7 +170,7 @@ function email.dequeueRecipientAlerts(recipient, budget)
|
|||
|
||||
for _, json_message in ipairs(notifications) do
|
||||
local notif = json.decode(json_message)
|
||||
message_body[#message_body + 1] = format_utils.formatMessage(notif, {show_entity = true, nohtml=true})
|
||||
message_body[#message_body + 1] = format_utils.formatMessage(notif, {show_entity = true, nohtml=false})
|
||||
end
|
||||
|
||||
message_body = table.concat(message_body, "<br>")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue