fix setup steps and env example
This commit is contained in:
10
.env.example
10
.env.example
@ -1,18 +1,18 @@
|
||||
|
||||
# Mandatory: Server address of the SMTP server to use.
|
||||
#SMTP_SERVER=
|
||||
SMTP_SERVER=127.0.0.1
|
||||
|
||||
# Optional: (Default value: 587) Port address of the SMTP server to use.
|
||||
#SMTP_PORT=
|
||||
SMTP_PORT=1025
|
||||
|
||||
# Optional: Username to authenticate with.
|
||||
#SMTP_USERNAME=
|
||||
SMTP_USERNAME=
|
||||
|
||||
# Optional (Mandatory if SMTP_USERNAME is set): Password of the SMTP user. (Not needed if SMTP_PASSWORD_FILE is used)
|
||||
#SMTP_PASSWORD=
|
||||
SMTP_PASSWORD=
|
||||
|
||||
# Mandatory: Server hostname for the Postfix container. Emails will appear to come from the hostname's domain.
|
||||
#SERVER_HOSTNAME=
|
||||
SERVER_HOSTNAME=pmb
|
||||
|
||||
# Optional: This will add a header for tracking messages upstream. Helpful for spam filters. Will appear as "RelayTag: ${SMTP_HEADER_TAG}" in the email headers.
|
||||
#SMTP_HEADER_TAG=
|
||||
|
Reference in New Issue
Block a user