mirror of
https://github.com/lukevella/rallly.git
synced 2025-06-04 19:51:51 +02:00
⚙️ 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:
parent
a554bed5df
commit
a675897e2c
3 changed files with 9 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue