ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
[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)