Set up email for Grafana
This commit is contained in:
parent
ed64d3a005
commit
ddd8195e17
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user