Skip to content

Commit

Permalink
Modify email backend
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsamoei committed Jan 10, 2018
1 parent fae6d1b commit 3fe7093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hc/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
)
COMPRESS_OFFLINE = True

EMAIL_BACKEND = "djmail.backends.default.EmailBackend"
EMAIL_BACKEND = "django.core.mail.backends.smtp.EmailBackend"

# Slack integration -- override these in local_settings
SLACK_CLIENT_ID = None
Expand Down

0 comments on commit 3fe7093

Please sign in to comment.