Commit 0a531154f91f4732b170664c70ab3d9a4ea28b0a
1 parent
9574a0fe
Exists in
master
and in
39 other branches
Adding setting for from_address
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
src/colab/custom_settings.py
... | ... | @@ -106,8 +106,8 @@ LOGGING = { |
106 | 106 | } |
107 | 107 | } |
108 | 108 | |
109 | -SERVER_EMAIL = '"Colab Interlegis" <noreply@interlegis.leg.br>' | |
110 | -EMAIL_HOST_USER = SERVER_EMAIL | |
109 | +COLAB_FROM_ADDRESS = '"Colab Interlegis" <noreply@interlegis.leg.br>' | |
110 | +SERVER_EMAIL = EMAIL_HOST_USER = COLAB_FROM_ADDRESS | |
111 | 111 | |
112 | 112 | TEMPLATE_CONTEXT_PROCESSORS = ( |
113 | 113 | 'django.contrib.auth.context_processors.auth', | ... | ... |