Merge pull request #300 from mpchadwick/docs/smtp-auth

Clarify SMTP authentication in the docs
This commit is contained in:
Brian Brazil 2016-04-11 08:29:07 +01:00
commit bd3d745f90
2 changed files with 4 additions and 0 deletions

View File

@ -49,6 +49,8 @@ This is an example configuration that should cover most relevant aspects of the
```yaml
global:
# The smarthost and SMTP sender used for mail notifications.
# If the host requires authentication, set SMTP_AUTH_USERNAME and SMTP_AUTH_PASSWORD
# environment variables.
smtp_smarthost: 'localhost:25'
smtp_from: 'alertmanager@example.org'

View File

@ -1,5 +1,7 @@
global:
# The smarthost and SMTP sender used for mail notifications.
# If the host requires authentication, set SMTP_AUTH_USERNAME and SMTP_AUTH_PASSWORD
# environment variables.
smtp_smarthost: 'localhost:25'
smtp_from: 'alertmanager@example.org'
# The auth token for Hipchat.