diff --git a/emails/templates/alert_notification.html b/emails/templates/alert_notification.html
new file mode 100644
index 00000000000..763d05b6733
--- /dev/null
+++ b/emails/templates/alert_notification.html
@@ -0,0 +1,29 @@
+
+
+[[Subject .Subject "Grafana Alert: [ [[.State]] ] [[.Name]]" ]]
+
+Alertstate: [[.State]]
+[[.AlertPageUrl]]"
+[[.DashboardLink]]"
+[[.Description]]
+
+[[if eq .State "Ok"]]
+ Everything is Ok
+[[end]]
+
+[[if ne .State "Ok" ]]
+
+
+
+
+
+
+
+
+
+
+
+
+{{Subject .Subject "Grafana Alert: [ {{.State}} ] {{.Name}}" }}
+
+Alertstate: {{.State}}
+{{.AlertPageUrl}}"
+{{.DashboardLink}}"
+{{.Description}}
+
+{{if eq .State "Ok"}}
+ Everything is Ok
+{{end}}
+
+{{if ne .State "Ok" }}
+
+
+ | Serie |
+ State |
+ Actual value |
+
+ {{ range $ta := .TriggeredAlerts}}
+
+ | {{$ta.Name}} |
+ {{$ta.State}} |
+ {{$ta.ActualValue}} |
+
+ {{end}}
+
+{{end}}
+
+
+
+
+
+ |
+
+
+
+
+ |
+
+
+
+
+