Add SMTP for local mail delivery

This commit is contained in:
Alex 2020-08-09 11:59:11 +02:00
parent d87f3eb533
commit 2f296892cb
Signed by: caskd
GPG Key ID: F92BA85F61F4C173
2 changed files with 9 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
vault/

View File

@ -73,3 +73,11 @@ external_enabled = 'false'
## Alpha panels
[panels]
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'