💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、豆包、星火、月之暗面及文生图、文生视频 广告
[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)