mirror of
https://github.com/wekan/wekan.git
synced 2026-02-21 15:34:07 +01:00
Added MAIL_SERVICE settings for Well Known Email Services https://github.com/wekan/wekan/wiki/Troubleshooting-Mail . Please test.
Thanks to xet7 ! Fixes #3702
This commit is contained in:
parent
2f33a1ecff
commit
ab8e56e16a
14 changed files with 175 additions and 33 deletions
|
|
@ -21,6 +21,11 @@ ENV BUILD_DEPS="apt-utils libarchive-tools gnupg gosu wget curl bzip2 g++ build-
|
|||
ARCHITECTURE=linux-x64 \
|
||||
SRC_PATH=./ \
|
||||
WITH_API=true \
|
||||
MAIL_URL="" \
|
||||
MAIL_FROM="" \
|
||||
MAIL_SERVICE="" \
|
||||
MAIL_SERVICE_USER="" \
|
||||
MAIL_SERVICE_PASSWORD="" \
|
||||
RESULTS_PER_PAGE="" \
|
||||
ACCOUNTS_LOCKOUT_KNOWN_USERS_FAILURES_BEFORE=3 \
|
||||
ACCOUNTS_LOCKOUT_KNOWN_USERS_PERIOD=60 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue