mirror of
https://github.com/documenso/documenso
synced 2026-04-21 13:27:18 +00:00
chore: change default sender name to match prod (#1161)
change the default sender to sth. nicer
This commit is contained in:
parent
3e634fd975
commit
babdbccbd3
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ NEXT_PRIVATE_SMTP_APIKEY=
|
|||
# OPTIONAL: Defines whether to force the use of TLS.
|
||||
NEXT_PRIVATE_SMTP_SECURE=
|
||||
# REQUIRED: Defines the sender name to use for the from address.
|
||||
NEXT_PRIVATE_SMTP_FROM_NAME="No Reply @ Documenso"
|
||||
NEXT_PRIVATE_SMTP_FROM_NAME="Documenso"
|
||||
# REQUIRED: Defines the email address to use as the from address.
|
||||
NEXT_PRIVATE_SMTP_FROM_ADDRESS="noreply@documenso.com"
|
||||
# OPTIONAL: The API key to use for Resend.com
|
||||
|
|
|
|||
Loading…
Reference in a new issue