Add SMTP configuration to grafana
This commit is contained in:
parent
c08d7d1838
commit
d04e325174
@ -421,16 +421,16 @@ enabled = true
|
|||||||
|
|
||||||
#################################### SMTP / Emailing ##########################
|
#################################### SMTP / Emailing ##########################
|
||||||
[smtp]
|
[smtp]
|
||||||
# enabled = true
|
enabled = true
|
||||||
# host =
|
host = smtp.gmail.com
|
||||||
# user =
|
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 =
|
password = """4jtX%u#^77jNsoh$z3GqLvUN3trowf#b"""
|
||||||
;cert_file =
|
;cert_file =
|
||||||
;key_file =
|
;key_file =
|
||||||
# skip_verify = true
|
skip_verify = true
|
||||||
# from_address =
|
from_address = noreply@jafner.net
|
||||||
# from_name =
|
from_name = Grafana
|
||||||
# EHLO identity in SMTP dialog (defaults to instance_name)
|
# EHLO identity in SMTP dialog (defaults to instance_name)
|
||||||
;ehlo_identity = dashboard.example.com
|
;ehlo_identity = dashboard.example.com
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user