introduce smtp config option for EHLO identity

This commit is contained in:
Tobias Hintze
2017-09-22 23:29:56 +02:00
parent ca0085f429
commit af79d046db
6 changed files with 23 additions and 10 deletions

View File

@@ -161,6 +161,7 @@ Only works with Basic Authentication (username and password). See [introduction]
"enabled":"false",
"from_address":"admin@grafana.localhost",
"from_name":"Grafana",
"ehlo_identity":"dashboard.example.com",
"host":"localhost:25",
"key_file":"",
"password":"************",