Fix typo
This commit is contained in:
parent
763a0860e8
commit
954c615b41
@ -425,10 +425,10 @@ enabled = true
|
|||||||
host = smtp.gmail.com
|
host = smtp.gmail.com
|
||||||
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 = false
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user