I cannot send a test mail

First, I edit the grafana.ini SMTP as follow:
enable = true
host = smtp.exmail.qq.com:465
user = 123456@qq.com
password = ********
skip_verify = true
from_address = 123456@qq.com
from_name = Grafana

After that, I create a notification chanel, and restart the grafana.
I click Send Test, it echo Fail to send alert notifications.

t=2018-11-23T15:24:44+0800 lvl=info msg="Sending alert notification to" logger=alerting.notifier.email addresses=[23402428@qq.com]

t=2018-11-23T15:24:54+0800 lvl=eror msg=“Failed to send alert notification email” logger=alerting.notifier.email error=“535 Error: ��ʹ����Ȩ����¼�������뿴: http://service.mail.qq.com/cgi-bin/help?subtype=1&&id=28&&no=1001256
t=2018-11-23T15:24:54+0800 lvl=eror msg=“Failed to send alert notifications” logger=context userId=1 orgId=1 uname=admin error=“535 Error: ��ʹ����Ȩ����¼�������뿴: http://service.mail.qq.com/cgi-bin/help?subtype=1&&id=28&&no=1001256
t=2018-11-23T15:24:54+0800 lvl=eror msg=“Request Completed” logger=context userId=1 orgId=1 uname=admin method=POST path=/api/alert-notifications/test status=500 remote_addr=192.168.51.253 time_ms=10049 size=48 referer=http://192.168.51.235:10666/alerting/notification/1/edit

What’s the 535 Error?

I have resolved it.
My password type wrong.

1 Like