Add SMTP for local mail delivery
This commit is contained in:
parent
d87f3eb533
commit
2f296892cb
|
@ -0,0 +1 @@
|
||||||
|
vault/
|
|
@ -73,3 +73,11 @@ external_enabled = 'false'
|
||||||
## Alpha panels
|
## Alpha panels
|
||||||
[panels]
|
[panels]
|
||||||
enable_alpha = 'true'
|
enable_alpha = 'true'
|
||||||
|
|
||||||
|
[smtp]
|
||||||
|
enabled = 'true'
|
||||||
|
host = {{ grafana.smtp.host }}
|
||||||
|
user = {{ grafana.smtp.user }}
|
||||||
|
password = {{ grafana.smtp.password }}
|
||||||
|
from_address = {{ grafana.smtp.from }}
|
||||||
|
startTLS_policy = 'MandatoryStartTLS'
|
||||||
|
|
Reference in New Issue