多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
[TOC] ### 配置邮箱 在 Grafana 中 配置 `defaults.ini` 以配置qq 邮箱为例 ``` [smtp] enabled = true host = smtp.qq.com:465 user = 260083304@qq.com # If the password contains # or ; you have to wrap it with triple quotes. Ex """#password;""" password = #$%^&*()_ ;; 从qq 邮箱获取的独立密码 cert_file = key_file = skip_verify = false from_address = 260083304@qq.com from_name = Grafana ehlo_identity = startTLS_policy = enable_tracing = false ``` 配置后重启 Grafana ,可在 Grafana 中测试邮箱发送 ![](../../images/screenshot_1718782775713.png)