grafana开启邮件配置

[smtp]
;enabled = false
enabled = true
;host = localhost:25
host = smtp.163.com:25
;user =
user = [email protected]

If the password contains # or ; you have to wrap it with triple quotes. Ex “”“#password;”“”

password = 邮箱验证码
;password =
;cert_file =
;key_file =
;skip_verify = false
;from_address = [email protected]
from_address = [email protected]
from_name = Grafana

你可能感兴趣的:(grafana,grafana,服务器,linux)