We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
smtp conf:
no-verify = false
idle-timeout = "2s"
panic: EOF
goroutine 8 [running]: panic(0xc62140, 0xc8200120d0) /usr/local/go/src/runtime/panic.go:481 +0x3e6 github.com/influxdata/kapacitor/services/smtp.(_Service).runMailer(0xc820198be0) /root/go/src/github.com/influxdata/kapacitor/services/smtp/service.go:91 +0x7ad created by github.com/influxdata/kapacitor/services/smtp.(_Service).Open /root/go/src/github.com/influxdata/kapacitor/services/smtp/service.go:36 +0x238
The text was updated successfully, but these errors were encountered:
No branches or pull requests
smtp conf:
Skip TLS certificate verify when connecting to SMTP server
no-verify = false
Close idle connections after timeout
idle-timeout = "2s"
panic: EOF
goroutine 8 [running]:
panic(0xc62140, 0xc8200120d0)
/usr/local/go/src/runtime/panic.go:481 +0x3e6
github.com/influxdata/kapacitor/services/smtp.(_Service).runMailer(0xc820198be0)
/root/go/src/github.com/influxdata/kapacitor/services/smtp/service.go:91 +0x7ad
created by github.com/influxdata/kapacitor/services/smtp.(_Service).Open
/root/go/src/github.com/influxdata/kapacitor/services/smtp/service.go:36 +0x238
The text was updated successfully, but these errors were encountered: