Adjustments

This commit is contained in:
Joey Hafner 2022-04-04 23:31:53 -07:00
parent b6fc21897b
commit 6ce095292d

View File

@ -422,13 +422,13 @@ enabled = true
#################################### SMTP / Emailing ########################## #################################### SMTP / Emailing ##########################
[smtp] [smtp]
enabled = true enabled = true
host = smtp.gmail.com host = smtp.gmail.com:465
user = noreply@jafner.net user = noreply@jafner.net
# If the password contains # or ; you have to wrap it with trippel quotes. Ex """#password;""" # If the password contains # or ; you have to wrap it with trippel quotes. Ex """#password;"""
password = "frasthwbzcjlarit" password = """frasthwbzcjlarit"""
;cert_file = ;cert_file =
;key_file = ;key_file =
skip_verify = true ;skip_verify = true
from_address = noreply@jafner.net from_address = noreply@jafner.net
from_name = Grafana from_name = Grafana
#startTLS_policy = OpportunisticStartTLS #startTLS_policy = OpportunisticStartTLS