这里使用的是 gmail,但是直接使用的话会得到
刚刚有人试图使用您的密码通过非 Google 应用登录您的帐号。Google 已阻止此次登录尝试,但您应进行检查,了解发生了什么情况。请查看您的帐号活动,确保其他人无法访问您的帐号。
所以需要修改设置
https://myaccount.google.com/lesssecureapps
我们打开
修改 grafana.ini
[smtp]
enabled = true
host = smtp.gmail.com:587
user = xxxxxxxx@gmail.com
password = xxxxxx
;cert_file =
;key_file =
skip_verify = true
from_address = virtualcoin.videos@gmail.com
from_name = Grafana
# EHLO identity in SMTP dialog (defaults to instance_name)
;ehlo_identity = dashboard.example.com
重启服务
发送测试邮件