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