-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
the notification-manager send email failed #216
Comments
the kubesphere version is v3.3.2 |
the pod on the ns kubesphere-monitoring-system is all running kubectl -n kubesphere-monitoring-system get poNAME READY STATUS RESTARTS AGE |
The notification manager does not support NTLM auth, so change to another SMTP server. |
ok ,thanks |
the notification-manager version is v1.4.0
the error log
level=info ts=2023-08-21T07:31:32.217747701+08:00 caller=config.go:601 msg="resource change" op=add name=default-email-config
level=info ts=2023-08-21T07:31:32.217852149+08:00 caller=config.go:601 msg="resource change" op=add name=default-wechat-config
level=info ts=2023-08-21T08:13:13.761899063+08:00 caller=config.go:601 msg="resource change" op=add name=global-email-receiver
level=info ts=2023-08-21T08:13:13.762065138+08:00 caller=config.go:601 msg="resource change" op=add name=global-wechat-receiver
level=error ts=2023-08-21T08:42:37.058250596+08:00 caller=email.go:193 msg="EmailNotifier: notify error" from=[email protected] to=[email protected] error="find auth mechanism: unknown auth mechanism: NTLM"
level=error ts=2023-08-21T08:42:37.058833098+08:00 caller=email.go:193 msg="EmailNotifier: notify error" from=[email protected] to=[email protected] error="find auth mechanism: unknown auth mechanism: NTLM"
level=error ts=2023-08-21T08:42:37.058879844+08:00 caller=handler.go:145 msg="Worker: notification sent error"
The text was updated successfully, but these errors were encountered: