From 44faa4685450c5a416b8aae4b03287094551995c Mon Sep 17 00:00:00 2001 From: Joey Hafner Date: Mon, 4 Apr 2022 23:31:53 -0700 Subject: [PATCH] Adjustments --- server/config/grafana-stack/grafana.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/server/config/grafana-stack/grafana.ini b/server/config/grafana-stack/grafana.ini index f64da19..1f2dec8 100644 --- a/server/config/grafana-stack/grafana.ini +++ b/server/config/grafana-stack/grafana.ini @@ -422,13 +422,13 @@ enabled = true #################################### SMTP / Emailing ########################## [smtp] enabled = true -host = smtp.gmail.com +host = smtp.gmail.com:465 user = noreply@jafner.net # If the password contains # or ; you have to wrap it with trippel quotes. Ex """#password;""" -password = "frasthwbzcjlarit" +password = """frasthwbzcjlarit""" ;cert_file = ;key_file = -skip_verify = true +;skip_verify = true from_address = noreply@jafner.net from_name = Grafana #startTLS_policy = OpportunisticStartTLS