mirror of
https://github.com/wekan/wekan.git
synced 2026-02-21 15:34:07 +01:00
Fix Docs: Only MAIL_URL and MAIL_FROM for email settings. Not Admin Panel anymore.
Thanks to niklasdahlheimer ! Fixes #4090
This commit is contained in:
parent
dfd5acea97
commit
d9adce7b67
5 changed files with 9 additions and 3 deletions
|
|
@ -18,6 +18,7 @@
|
|||
# https://github.com/wekan/wekan-mongodb/blob/master/docker-compose.yml
|
||||
export MAIL_URL='smtp://user:pass@mailserver.example.com:25/'
|
||||
export MAIL_FROM='Wekan Boards <info@example.com>'
|
||||
# Currently MAIL_SERVICE is not in use.
|
||||
#export MAIL_SERVICE=Outlook365
|
||||
#export MAIL_SERVICE_USER=firstname.lastname@hotmail.com
|
||||
#export MAIL_SERVICE_PASSWORD=SecretPassword
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue