Failed to send alert notification - Grafana

Hello,

We have used the following configuration to integrate SMTP for Alert notifications in Grafana. I am getting error like ‘Failed to send alert notification’ in Grafana dashboard when I am trying to add channel and test the

#################################### SMTP / Emailing #####################
[smtp]
enabled = true
host = smtp.gmail.com:587
user = abcd
// If the password contains # or ; you have to wrap it with trippel quotes. Ex “”"#password;"""
password =“password123”
cert_file =
key_file =
skip_verify = true
from_address = abcd
from_name = Grafana

[emails]
welcome_email_on_sign_up = false
templates_pattern = emails/*.html

Please help us in resolving this issue ASAP.

Hello,

Have you looked at the server logs? You should have a better error message there. Can you post it here so we can better help you?