Load in the email template
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Luke Murphy
2020-04-10 12:34:20 +02:00
parent 40fa56e9a0
commit 45acb9f5c7
3 changed files with 38 additions and 0 deletions

View File

@ -16,6 +16,7 @@ email_type = text
endpoint = http://localhost:8080/api
key = {{ alerta_mailer_api_key }}
mail_from = {{ mail_from }}
mail_template = /app/email.tmpl
mail_to = {{ mail_to }}
skip_mta = False
smtp_host = {{ smtp_host }}