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

This commit is contained in:
Luke Murphy
2020-04-10 10:12:24 +02:00
parent fad388afce
commit 0c102ed066
+1 -1
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 }}