grafana/pkg/services/notifications
Ivan Babrou 9a4ae30227
Enable dualstack in every net.Dialer, fixes #9364
Default transport enables it:

* https://github.com/golang/go/blob/d2826d3e06/src/net/http/transport.go#L42-L46

```
    DialContext: (&net.Dialer{
	Timeout:   30 * time.Second,
	KeepAlive: 30 * time.Second,
	DualStack: true,
    }).DialContext,
```

See also: https://github.com/golang/go/issues/15324
2017-09-27 22:29:48 -07:00
..
codes_test.go Lots of work on user password reset, #1456 2015-06-08 13:39:02 +02:00
codes.go Lots of work on user password reset, #1456 2015-06-08 13:39:02 +02:00
email.go tech(notifications): replace internal email code 2016-10-21 09:06:03 +02:00
mailer.go fix: better error handling / messsage when testing email notification when stmp is not configured, fixes #8093 2017-04-25 13:16:41 +02:00
notifications_test.go Update mailer tests to include FromName 2017-02-15 08:04:21 +11:00
notifications.go s/smpt/SMTP 2017-02-15 07:43:59 +11:00
send_email_integration_test.go email: change default from name to Grafana 2017-02-15 11:02:46 +01:00
webhook.go Enable dualstack in every net.Dialer, fixes #9364 2017-09-27 22:29:48 -07:00