当前位置:网站首页>Grafana reports an error: error= "failed to send notification to email addresses: [email protected] : 535 Error:

Grafana reports an error: error= "failed to send notification to email addresses: [email protected] : 535 Error:

2022-07-01 13:21:00 ? abc!

Error message

EROR[02-15|11:21:40] Failed to send alert notifications       logger=context userId=1 orgId=1 uname=admin error="Failed to send notification to email addresses: [email protected]: 535 Error: ��ʹ����Ȩ����¼�������뿴: http://service.mail.qq.com/cgi-bin/help?subtype=1&&id=28&&no=1001256" remote_addr=192.168.156.1
EROR[02-15|11:21:40] Request Completed                        logger=context userId=1 orgId=1 uname=admin method=POST path=/api/alert-notifications/test status=500 remote_addr=192.168.156.1 time_ms=10141 size=48 referer=http://192.168.156.138:3000/alerting/notification/1/edit

solve

This problem is about the account number and password , No login , Because the authorization code is incorrect , The correct configuration information is as follows

[smtp]
enabled = true
host = smtp.qq.com:465
user = [email protected]
# If the password contains # or ; you have to wrap it with triple quotes. Ex """#password;"""
password = htnooexxxfgcj
cert_file =
key_file =
skip_verify = true
from_address = [email protected]
from_name = Grafana

The main ,QQ The authorization code of the mailbox will expire after a period of time , And I was defeated here , Be careful password The authorization code of the request email is written at

原网站

版权声明
本文为[? abc!]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/02/202202160020503152.html