Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
synnefo
Commits
df5a2cd0
Commit
df5a2cd0
authored
Sep 19, 2013
by
Ilias Tsitsimpis
Committed by
Christos Stavrakakis
Sep 24, 2013
Browse files
snf-deploy: Use filebased email_backend
Change the email backend from dummy to a filebased one.
parent
bbbc2500
Changes
1
Hide whitespace changes
Inline
Side-by-side
snf-deploy/files/etc/synnefo/astakos.conf
View file @
df5a2cd0
...
...
@@ -34,7 +34,9 @@ ASTAKOS_PASSWORD_RESET_EMAIL_SUBJECT = 'Password reset on %s' % ASTAKOS_SITENAME
ASTAKOS_COOKIE_DOMAIN
=
'%DOMAIN%'
EMAIL_BACKEND
=
'django.core.mail.backends.dummy.EmailBackend'
EMAIL_BACKEND
=
'django.core.mail.backends.filebased.EmailBackend'
EMAIL_FILE_PATH
=
'/var/log/gunicorn/synnefo-mails'
ASTAKOS_SERVICES
= {
'cyclades'
: {
'url'
:
'https://%CYCLADES%/ui/'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment