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
|
@ -14,6 +14,10 @@ SET MONGO_URL=mongodb://127.0.0.1:27017/wekan
|
|||
REM # https://github.com/wekan/wekan/wiki/Troubleshooting-Mail
|
||||
REM SET MAIL_URL=smtps://username:password@email-smtp.eu-west-1.amazonaws.com:587/
|
||||
REM SET MAIL_FROM="Wekan Boards <info@example.com>"
|
||||
REM SET MAIL_SERVICE=Outlook365
|
||||
REM SET MAIL_SERVICE_USER=firstname.lastname@hotmail.com
|
||||
REM SET MAIL_SERVICE_PASSWORD=SecretPassword
|
||||
|
||||
|
||||
REM # ==== NUMBER OF SEARCH RESULTS PER PAGE BY DEFAULT ====
|
||||
REM SET RESULTS_PER_PAGE=20
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue