Add SMTP configuration to grafana

This commit is contained in:
Joey Hafner 2022-04-04 23:12:53 -07:00
parent c08d7d1838
commit d04e325174

View File

@ -421,16 +421,16 @@ enabled = true
#################################### SMTP / Emailing ##########################
[smtp]
# enabled = true
# host =
# user =
enabled = true
host = smtp.gmail.com
user = noreply@jafner.net
# If the password contains # or ; you have to wrap it with trippel quotes. Ex """#password;"""
# password =
password = """4jtX%u#^77jNsoh$z3GqLvUN3trowf#b"""
;cert_file =
;key_file =
# skip_verify = true
# from_address =
# from_name =
skip_verify = true
from_address = noreply@jafner.net
from_name = Grafana
# EHLO identity in SMTP dialog (defaults to instance_name)
;ehlo_identity = dashboard.example.com