alertmanager/notify
Claudio Kressibucher 352b2ae093 FIX "PLAIN" auth during notification via smtp-over-tls on port 465
When creating a `NewClient`, pass only the hostname
as value for the `host` parameter, instead of `n.conf.Smarthost`,
which is hostname port.

This is the same as `smtp.Dial` does, which is called in
the else-branch.

Signed-off-by: Claudio Kressibucher <ckressibucher@graphicworks.ch>
2018-10-21 20:43:31 +02:00
..
impl_test.go notify: log PagerDuty v1 response on BadRequest (#1481) 2018-07-30 12:25:52 +02:00
impl.go FIX "PLAIN" auth during notification via smtp-over-tls on port 465 2018-10-21 20:43:31 +02:00
notify_test.go notify: notify resolved alerts properly (#1408) 2018-06-08 11:37:38 +02:00
notify.go Changes alertmanager_notifications to count attempted notifications (#1578) 2018-10-09 13:23:12 +01:00