mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02: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
|
@ -14,6 +14,7 @@ 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 # Currently MAIL_SERVICE is not in use.
|
||||
REM SET MAIL_SERVICE=Outlook365
|
||||
REM SET MAIL_SERVICE_USER=firstname.lastname@hotmail.com
|
||||
REM SET MAIL_SERVICE_PASSWORD=SecretPassword
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue