Setup postfix for taiga.cloud.fp.o.
This commit is contained in:
parent
b25b536629
commit
6d4527e3c8
3 changed files with 111 additions and 10 deletions
|
@ -31,11 +31,11 @@ REST_FRAMEWORK['EXCEPTION_HANDLER'] = "taiga_contrib_fas_openid_auth.services.ex
|
|||
#CELERY_RESULT_BACKEND = 'redis://localhost:6379/0'
|
||||
#CELERY_ENABLED = True
|
||||
|
||||
## Uncomment and populate with proper connection parameters
|
||||
## for enable email sending.
|
||||
#EMAIL_BACKEND = "django.core.mail.backends.smtp.EmailBackend"
|
||||
#EMAIL_USE_TLS = False
|
||||
#EMAIL_HOST = "localhost"
|
||||
#EMAIL_HOST_USER = ""
|
||||
#EMAIL_HOST_PASSWORD = ""
|
||||
#EMAIL_PORT = 25
|
||||
# Uncomment and populate with proper connection parameters
|
||||
# for enable email sending.
|
||||
EMAIL_BACKEND = "django.core.mail.backends.smtp.EmailBackend"
|
||||
EMAIL_USE_TLS = False
|
||||
EMAIL_HOST = "localhost"
|
||||
EMAIL_HOST_USER = ""
|
||||
EMAIL_HOST_PASSWORD = ""
|
||||
EMAIL_PORT = 25
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue