⚙️ Allow user to customize the sender name for mails (#1023)

Co-authored-by: Tom De Puysseleyr <tom.depuysseleyr@belorta.Be>
This commit is contained in:
BMaster 2024-02-17 06:16:22 +01:00 committed by GitHub
parent a554bed5df
commit a675897e2c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 9 additions and 1 deletions

View file

@ -41,6 +41,11 @@ These variables need to be configured to let Rallly send out transactional email
`SUPPORT_EMAIL` will be used instead.
</ParamField>
<ParamField path="NOREPLY_EMAIL_NAME">
This name is used as the sender name for all transactional emails. If not set,
`Rallly` will be used instead.
</ParamField>
<ParamField path="SUPPORT_EMAIL" required>
This email will be shown as the contact email for support queries.
</ParamField>