Use correct smtp username
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Luke Murphy 2020-04-10 10:12:24 +02:00
parent fad388afce
commit 0c102ed066
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 1 deletions

View File

@ -20,4 +20,4 @@ smtp_host = {{ smtp_host }}
smtp_password = {{ smtp_passwd }}
smtp_port = {{ smtp_port }}
smtp_starttls = True
smtp_username = {{ smtp_username }}
smtp_username = {{ mail_from }}