Using Gmail’s SMTP is working fine. The configuration is given below, hope this is useful.
#################################### SMTP / Emailing #####################
[smtp]
enabled = true
host = smtp.gmail.com:465
user = abcd@gamil.com
// 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@gamil.com
from_name = Grafana
[emails]
welcome_email_on_sign_up = false
templates_pattern = emails/*.html