introduce smtp config option for EHLO identity

This commit is contained in:
Tobias Hintze
2017-09-24 20:48:20 +02:00
parent ca0085f429
commit af79d046db
6 changed files with 23 additions and 10 deletions
@@ -593,6 +593,9 @@ Address used when sending out emails, defaults to `admin@grafana.localhost`
### from_name
Name to be used when sending out emails, defaults to `Grafana`
### ehlo_identity
Name to be used as client identity for EHLO in SMTP dialog, defaults to instance_name.
## [log]
### mode