mirror of
https://github.com/wekan/wekan.git
synced 2026-02-22 07:54:06 +01:00
set MAIL_FROM, otherwise invitations are sent with From: no-reply@meteor.com
parent
6b47507427
commit
e44fd095c9
1 changed files with 1 additions and 0 deletions
|
|
@ -77,6 +77,7 @@ Now we just need to make some settings through env variables:
|
|||
export MONGO_URL='mongodb://127.0.0.1:27017/wekan'
|
||||
export ROOT_URL='https://example.com'
|
||||
export MAIL_URL='smtp://user:pass@mailserver.example.com:25/'
|
||||
export MAIL_FROM='wekan-admin@example.com'
|
||||
export PORT=8080
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue