Fix replyto config

This commit is contained in:
decentral1se 2021-05-23 14:34:05 +02:00
parent 1601446728
commit 07e01afb44
Signed by: decentral1se
GPG Key ID: 92DAD76BD9567B8A
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ default: &defaults
email_from: "{{ env "EMAIL_SENDER" }}"
# email address to be replied to by users
email_replyto: "{{ env "EMAIL_SENDER" }}"
email_replyto: "{{ env "EMAIL_REPLY" }}"
# domain to be used for reply emails
reply_email_domain: "{{ env "EMAIL_REPLY" }}"