Smtp interface

Properties

enabled

Enable this to allow Grafana to send email. Default is false

fromAddress

Address used when sending out emails https://pkg.go.dev/net/mail#Address

fromName

Name to be used when sending out emails. Default is "Azure Managed Grafana Notification" https://pkg.go.dev/net/mail#Address

host

SMTP server hostname with port, e.g. test.email.net:587

password

Password of SMTP auth. If the password contains # or ;, then you have to wrap it with triple quotes

skipVerify

Verify SSL for SMTP server. Default is false https://pkg.go.dev/crypto/tls#Config

startTLSPolicy

The StartTLSPolicy setting of the SMTP configuration https://pkg.go.dev/github.com/go-mail/mail#StartTLSPolicy

user

User of SMTP auth

Property Details

enabled

Enable this to allow Grafana to send email. Default is false

enabled?: boolean

Property Value

boolean

fromAddress

Address used when sending out emails https://pkg.go.dev/net/mail#Address

fromAddress?: string

Property Value

string

fromName

Name to be used when sending out emails. Default is "Azure Managed Grafana Notification" https://pkg.go.dev/net/mail#Address

fromName?: string

Property Value

string

host

SMTP server hostname with port, e.g. test.email.net:587

host?: string

Property Value

string

password

Password of SMTP auth. If the password contains # or ;, then you have to wrap it with triple quotes

password?: string

Property Value

string

skipVerify

Verify SSL for SMTP server. Default is false https://pkg.go.dev/crypto/tls#Config

skipVerify?: boolean

Property Value

boolean

startTLSPolicy

The StartTLSPolicy setting of the SMTP configuration https://pkg.go.dev/github.com/go-mail/mail#StartTLSPolicy

startTLSPolicy?: string

Property Value

string

user

User of SMTP auth

user?: string

Property Value

string