mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02: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
|
@ -17,6 +17,10 @@
|
|||
# https://github.com/wekan/wekan/wiki/Troubleshooting-Mail
|
||||
# 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>'
|
||||
#export MAIL_SERVICE=Outlook365
|
||||
#export MAIL_SERVICE_USER=firstname.lastname@hotmail.com
|
||||
#export MAIL_SERVICE_PASSWORD=SecretPassword
|
||||
#---------------------------------------------
|
||||
#export KADIRA_OPTIONS_ENDPOINT=http://127.0.0.1:11011
|
||||
#---------------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue