Skip to content

Commit

Permalink
Fixed #4450 - added MAIL_REPLYTO_ADDR to docker.env
Browse files Browse the repository at this point in the history
  • Loading branch information
snipe committed Nov 15, 2017
1 parent edcd3af commit 17ee904
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/docker.env
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ MAIL_PASSWORD=${MAIL_ENV_PASSWORD}
MAIL_ENCRYPTION=${MAIL_ENV_ENCRYPTION}
MAIL_FROM_ADDR=${MAIL_ENV_FROM_ADDR}
MAIL_FROM_NAME=${MAIL_ENV_FROM_NAME}
MAIL_REPLYTO_ADDR=${MAIL_ENV_FROM_ADDR}
MAIL_REPLYTO_NAME=${MAIL_ENV_FROM_NAME}


# --------------------------------------------
Expand Down

0 comments on commit 17ee904

Please sign in to comment.