diff --git a/roles/grafana/templates/grafana.ini b/roles/grafana/templates/grafana.ini index 3e74057..9701fd6 100644 --- a/roles/grafana/templates/grafana.ini +++ b/roles/grafana/templates/grafana.ini @@ -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