We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71475ce commit 90a4d4aCopy full SHA for 90a4d4a
docker-compose.yaml
@@ -27,6 +27,7 @@ services:
27
- SMTP_LOGIN_PASSWORD=${SMTP_LOGIN_PASSWORD}
28
- MESSAGE_ID_DOMAIN=${SMTP_MESSAGE_ID_DOMAIN}
29
- JSON_LOGGER=${SMPT_JSON_LOGGER}
30
+ - SMTP_EMAIL_SENDER_NAME=${SMTP_EMAIL_SENDER_NAME}
31
ports:
32
- "${SMTP_PORT}:${SMTP_INTERNAL_SERVER_PORT}"
33
healthcheck:
packages/relayer/.env.sample
@@ -44,6 +44,7 @@ SMTP_LOGIN_ID= # IMAP login id - usually your email address.
44
SMTP_LOGIN_PASSWORD= # IMAP password - usually your email password.
45
SMTP_MESSAGE_ID_DOMAIN=
46
SMPT_JSON_LOGGER=true
47
+SMTP_EMAIL_SENDER_NAME=Email Wallet # Name of the sender email
48
49
# Imap service - for receiving emails from users
50
IMAP_LOGIN_ID=
0 commit comments