Smtp Response
data class SmtpResponse(val enabled: Boolean? = null, val fromAddress: String? = null, val fromName: String? = null, val host: String? = null, val password: String? = null, val skipVerify: Boolean? = null, val startTLSPolicy: String? = null, val user: String? = null)
Email server settings. https://grafana.com/docs/grafana/v9.0/setup-grafana/configure-grafana/#smtp
Constructors
Properties
Link copied to clipboard
Address used when sending out emails https://pkg.go.dev/net/mail#Address
Link copied to clipboard
Verify SSL for SMTP server. Default is false https://pkg.go.dev/crypto/tls#Config
Link copied to clipboard
The StartTLSPolicy setting of the SMTP configuration https://pkg.go.dev/github.com/go-mail/mail#StartTLSPolicy