updated the documentation regarding the email backend
This commit is contained in:
parent
b828055150
commit
77ca43ab1e
@ -123,6 +123,11 @@ SITE_URI=http://taiga.mydomain.com
|
||||
PUBLIC_REGISTER=true
|
||||
ADMIN_EMAIL=admin@mydomain.com
|
||||
NOREPLY_EMAIL=no-reply@mydomain.com
|
||||
EMAIL_HOST=smtp.gmail.com
|
||||
EMAIL_HOST_PORT=587
|
||||
EMAIL_USE_TLS=True
|
||||
# EMAIL_HOST_USER=youremail@gmail.com
|
||||
# EMAIL_HOST_PASSWORD=yourpassword
|
||||
```
|
||||
|
||||
This file defines the database settings for Taiga.
|
||||
|
Loading…
Reference in New Issue
Block a user