Add missing from

This commit is contained in:
decentral1se
2021-06-02 08:36:52 +02:00
parent 9fa2b2d1b7
commit a550017071
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -1,6 +1,7 @@
account default
host {{ env "SMTP_HOST" }}
from {{ env "MAIL_FROM" }}
user {{ env "MAIL_FROM" }}
port {{ env "SMTP_PORT" }}
{{ if eq (env "SMTP_AUTH") "on" }}