alertmanager/notify
Pierre Awaragi f3cd3978db added email notification text content support (#934)
* added email notification text content support (configuration text)
added default email notification text content default value empty
converted email notification from html to multipart/alternatives with support to both html (first) and text (last)
ignore intellij IDE .idea working folder

* removed specific editor .gitignore entries

* renamed TEXT to Text as it's not an acronym
added TODO note to refactor multipart code to use standard go library

* refactored to use standard go mime/multipart library for text and html parts and bounderies

* use multipart createPart returned writer
added error handling while creating parts
removed unnecessary quotes from boundry string

* removed unnecessary comments
2017-09-07 17:24:19 +02:00
..
impl.go added email notification text content support (#934) 2017-09-07 17:24:19 +02:00
notify_test.go Simplify silence modifications, add update endpoint (#796) 2017-05-16 16:48:25 +02:00
notify.go Do not expose resolved alerts & do not send resolved if never firing (#820) 2017-05-29 14:07:05 +02:00