More work on email and notification infra #1456

This commit is contained in:
Torkel Ödegaard
2015-06-05 11:08:19 +02:00
parent c709a28f02
commit 89418a155a
14 changed files with 221 additions and 65 deletions
-7
View File
@@ -24,13 +24,6 @@ func GetApiKeys(c *middleware.Context) Response {
}
}
// bus.Dispatch(&m.SendEmailCommand{
// To: []string{"torkel@raintank.io"},
// From: "grafana@test.com",
// Subject: "Test from Grafana2",
// Body: "Body! hej hoppas allt är bra",
// })
return Json(200, result)
}