Tried in many possible ways. unable to send email alerts from grafana though my smtp configurations are correct!!!
logger=alerting.notifier.email t=2022-12-26T13:48:57.595540175+03:00 level=error msg="Missing receiver
logger=alerting.notifier.email t=2022-12-26T13:48:57.595875127+03:00 level=error msg="Missing group labels"
These are the error logs i have got while trying to send a test alert from grafana.
Could anyone please help on this.
I have attached my smtp configuration as well, here.
smtp:
enabled: true
host: smtp.gmail.com:587
user: “alertgrafan@gmail.com”
password: “**********”
skip_verify: true
from_address: “*****”
from_name: “Grafana”
startTLS_policy: “NoStartTLS”