alertmanager/config
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
..
testdata Support for custom SMTP hello string (#892) 2017-07-18 09:32:57 +02:00
config.go Support for custom SMTP hello string (#892) 2017-07-18 09:32:57 +02:00
config_test.go Support for custom SMTP hello string (#892) 2017-07-18 09:32:57 +02:00
notifiers.go added email notification text content support (#934) 2017-09-07 17:24:19 +02:00