diff options
author | Corentin LABBE <clabbe@baylibre.com> | 2018-07-18 14:41:12 +0200 |
---|---|---|
committer | Corentin LABBE <clabbe@baylibre.com> | 2019-09-19 14:24:00 +0200 |
commit | b8462ce7dd6e91f3c64761bca2322b35e3aa0ee7 (patch) | |
tree | 690b1ffa7009266f467f88754360d79ceaa12f94 /README.md | |
parent | b2cb84589ca69f14155ae695678c63a7733b55ef (diff) |
Permit to custom SMTP server
This patch permits to specify a SMTP server which LAVA will use for
report.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -247,6 +247,14 @@ masters: - username: The LAVA user owning the token below. (This user should be created via users:) token: The token for this callback description: The description of this token. This string could be used with LAVA-CI. + smtp: WARNING: Usage of an SMTP server makes it mandatory for each user to have an email address + email_host: The host to use for sending email + email_host_user: Username to use for the SMTP server + email_host_password: Password to use for the SMTP server + email_port: Port to use for the SMTP server (default: 25) + email_use_tls: Whether to use a TLS (secure) connection when talking to the SMTP server + email_use_ssl: Whether to use an implicit TLS (secure) connection when talking to the SMTP server + email_backend: The backend to use for sending emails (default: 'django.core.mail.backends.smtp.EmailBackend') slaveenv: A list of environment to pass to slave - name: slavename The name of slave (mandatory) env: |