do: fix vikunja email

This commit is contained in:
xeruf 2022-07-18 22:13:42 +01:00
parent d972e829d0
commit 2eed46e7bb
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ data:
port: "${outgoing_mail_smtp_port}"
username: "${outgoing_mail_smtp_user}"
password: "${outgoing_mail_smtp_password}"
fromemail: "${outgoing_mail_smtp_from_address}"
fromemail: "${outgoing_mail_from_address}"
forcessl: true
service:
frontendurl: "https://do.${domain}"