Level=error msg="Missing receiver"

Hello, I have upgraded Grafana from 9.0.6 > 9.2.0 and email alerts doesn’t work anymore. When I try to send test email it fails with error tls: server selected unsupported protocol version 301 and in grafana.log I see":

logger=alerting.notifier.email t=2022-10-13T13:48:57.595540175+03:00 level=error msg="Missing receiver

logger=alerting.notifier.email t=2022-10-13T13:48:57.595875127+03:00 level=error msg="Missing group labels"

Anyone has same issue?

I seem to have the same issue on Grafana v9.1.6

Sending to an internal email alias within our org, weirdly its only for one alias, the others seem to work just fine …

Fixed email issue with enabling startTLS_policy = NoStartTLS
Now email notification is working

1 Like

I used the same solution but problem is still there. Any other solution?

Did someone get any response? I’m getting the same error when trying to send a Test email notification from my RHEL 8 (Linux) sever. Installed Prometheus and Grafana as services (instead of using Docker images).

Tried above solution too, but didn’t work.

logger=ngalert.notifier.email t=2023-03-30T09:05:03.607196208-05:00 level=error msg=“Missing receiver”
logger=ngalert.notifier.email t=2023-03-30T09:05:03.607257464-05:00 level=error msg=“Missing group labels”
logger=alertmanager org=1 t=2023-03-30T09:05:12.375168702-05:00 level=error component=alertmanager orgID=1 component=dispatcher msg=“Notify for alerts failed” num_alerts=16 err=“Email Alerts/email[0]: notify retry canceled due to unrecoverable error after 1 attempts: failed to send notification to email addresses: sanitized@jll.com: dial tcp xx.x.xxx.x:587: i/o timeout”
logger=context userId=1 orgId=1 uname=admin t=2023-03-30T09:05:13.608405778-05:00 level=info msg=“Request Completed” method=POST path=/api/alertmanager/grafana/config/api/v1/receivers/test status=408 remote_addr=xx.xx.xx.xx time_ms=10034 duration=10.034264628s size=500 referer=“http://xx.xx.xx.xx:3000/alerting/notifications/receivers/Email%20Alerts/edit?alertmanager=grafana” handler=/api/alertmanager/grafana/config/api/v1/receivers/test
lo