Skip to content

Commit 90a4d4a

Browse files
committed
fix: add SMTP_EMAIL_SENDER_NAME environment variable to configuration
1 parent 71475ce commit 90a4d4a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docker-compose.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ services:
2727
- SMTP_LOGIN_PASSWORD=${SMTP_LOGIN_PASSWORD}
2828
- MESSAGE_ID_DOMAIN=${SMTP_MESSAGE_ID_DOMAIN}
2929
- JSON_LOGGER=${SMPT_JSON_LOGGER}
30+
- SMTP_EMAIL_SENDER_NAME=${SMTP_EMAIL_SENDER_NAME}
3031
ports:
3132
- "${SMTP_PORT}:${SMTP_INTERNAL_SERVER_PORT}"
3233
healthcheck:

packages/relayer/.env.sample

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ SMTP_LOGIN_ID= # IMAP login id - usually your email address.
4444
SMTP_LOGIN_PASSWORD= # IMAP password - usually your email password.
4545
SMTP_MESSAGE_ID_DOMAIN=
4646
SMPT_JSON_LOGGER=true
47+
SMTP_EMAIL_SENDER_NAME=Email Wallet # Name of the sender email
4748

4849
# Imap service - for receiving emails from users
4950
IMAP_LOGIN_ID=

0 commit comments

Comments
 (0)