What Grafana version and what operating system are you using?
Grafana Docker v11.2.0 - RHEL server
Want to send alert through email.
This is my SMTP configuration in grafana.ini
smtp:
enabled: true
host: smtp.prod.com:465
from_address: alerts@domain.com
from_name: Grafana
skip_verify: true
startTLS_policy: NoStartTLS
Getting this error while sending test notification:
failed to send test alert: tls: first record does not look like a TLS handshake.