Skip to content

Commit

Permalink
Add email settings
Browse files Browse the repository at this point in the history
  • Loading branch information
psiemens committed Aug 14, 2018
1 parent aaaedd3 commit b939948
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions _settings/settings-prd.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,9 @@
# Use in-memory file handler on Google App Engine
FILE_UPLOAD_HANDLERS = ['django.core.files.uploadhandler.MemoryFileUploadHandler',]
FILE_UPLOAD_MAX_MEMORY_SIZE = 25621440

EMAIL_HOST = Secrets.get('EMAIL_HOST')
EMAIL_PORT = 465
EMAIL_HOST_USER = Secrets.get('EMAIL_HOST_USER')
EMAIL_HOST_PASSWORD = Secrets.get('EMAIL_HOST_PASSWORD')
EMAIL_USE_SSL = True

0 comments on commit b939948

Please sign in to comment.