Commit 6a924750 by Jacob Bednarz

Update documentation to include information about from_name values

parent 7520b4f4
...@@ -158,6 +158,7 @@ with Grafana admin permission. ...@@ -158,6 +158,7 @@ with Grafana admin permission.
"cert_file":"", "cert_file":"",
"enabled":"false", "enabled":"false",
"from_address":"admin@grafana.localhost", "from_address":"admin@grafana.localhost",
"from_name":"Grafana Admin",
"host":"localhost:25", "host":"localhost:25",
"key_file":"", "key_file":"",
"password":"************", "password":"************",
......
...@@ -542,6 +542,9 @@ Verify SSL for smtp server? defaults to `false` ...@@ -542,6 +542,9 @@ Verify SSL for smtp server? defaults to `false`
### from_address ### from_address
Address used when sending out emails, defaults to `admin@grafana.localhost` Address used when sending out emails, defaults to `admin@grafana.localhost`
### from_name
Name to be used when sending out emails, defaults to `Grafana Admin`
## [log] ## [log]
### mode ### mode
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment