set MAIL_FROM, otherwise invitations are sent with From: no-reply@meteor.com

Gerhard Gonter 2016-04-15 14:42:35 +02:00
parent 6b47507427
commit e44fd095c9

@ -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
```