Include smtp_username
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Luke Murphy 2021-01-11 11:25:21 +01:00
parent 902d31ddde
commit 9ff15287b2
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ mail_template = /app/email.tmpl
mail_to = {{ env "MAIL_TO" }}
skip_mta = False
smtp_host = {{ env "SMTP_HOST" }}
smtp_username = {{ env "MAIL_FROM" }}
smtp_password = {{ secret "smtp_password" }}
smtp_port = {{ env "SMTP_PORT" }}
smtp_starttls = {{ env "SMTP_STARTTLS" }}