From d04e3251744b7932e0c408f6907c7d953c0505d1 Mon Sep 17 00:00:00 2001 From: Joey Hafner Date: Mon, 4 Apr 2022 23:12:53 -0700 Subject: [PATCH] Add SMTP configuration to grafana --- homelab/server/config/grafana-stack/grafana.ini | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/homelab/server/config/grafana-stack/grafana.ini b/homelab/server/config/grafana-stack/grafana.ini index 1ad82c0e..96261477 100644 --- a/homelab/server/config/grafana-stack/grafana.ini +++ b/homelab/server/config/grafana-stack/grafana.ini @@ -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