feat(notifications): removes html escaping subject

closes #6905
This commit is contained in:
bergquist
2016-12-15 14:26:35 +01:00
parent 597ebb1161
commit c467e48940
4 changed files with 23 additions and 15 deletions
+1
View File
@@ -57,6 +57,7 @@ func (this *EmailNotifier) Notify(evalContext *alerting.EvalContext) error {
cmd := &m.SendEmailCommandSync{
SendEmailCommand: m.SendEmailCommand{
Subject: evalContext.GetNotificationTitle(),
Data: map[string]interface{}{
"Title": evalContext.GetNotificationTitle(),
"State": evalContext.Rule.State,