grafana开启邮件配置

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

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 = admin@grafana.localhost
from_address = hyh1748139521@163.com
from_name = Grafana


版权声明:本文为weixin_49844466原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。