alertmanager/config
ideaship a566036015 Support for custom SMTP hello string (#892)
* Support for custom SMTP hello string

Some MTAs insist that they be greeted with a fully qualified domain
name. The default provided by the net/smtp library, "HELLO localhost",
is not sufficient and will result in rejected messages.

This changeset adds a new configuration option that allows the
alertmanager to do its job in such an environment.

* Test SMTPHello parsing
2017-07-18 09:32:57 +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 Support for custom SMTP hello string (#892) 2017-07-18 09:32:57 +02:00