Set up email for Grafana

This commit is contained in:
Salt 2020-08-25 13:19:51 -05:00
parent ed64d3a005
commit ddd8195e17

View File

@ -465,16 +465,16 @@ allow_embedding = true
#################################### SMTP / Emailing ########################## #################################### SMTP / Emailing ##########################
[smtp] [smtp]
;enabled = false enabled = true
;host = localhost:25 host = email-smtp.us-east-1.amazonaws.com:587
;user = user = {{ aws.ses.user }}
# If the password contains # or ; you have to wrap it with triple quotes. Ex """#password;""" # If the password contains # or ; you have to wrap it with triple quotes. Ex """#password;"""
;password = password = {{ aws.ses.pass }}
;cert_file = ;cert_file =
;key_file = ;key_file =
;skip_verify = false ;skip_verify = false
;from_address = admin@grafana.localhost from_address = grafana@9iron.club
;from_name = Grafana from_name = Grafana
# EHLO identity in SMTP dialog (defaults to instance_name) # EHLO identity in SMTP dialog (defaults to instance_name)
;ehlo_identity = dashboard.example.com ;ehlo_identity = dashboard.example.com