Skip to content

Commit

Permalink
Merge pull request #12 from andela/bg-email_settings_#152594219
Browse files Browse the repository at this point in the history
[Bug]remove email credentials from settings
  • Loading branch information
Ian Otieno committed Nov 12, 2017
2 parents 4405293 + b059d41 commit 32044e9
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions hc/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,13 +147,7 @@
)
COMPRESS_OFFLINE = True

EMAIL_BACKEND = "django.core.mail.backends.smtp.EmailBackend"
EMAIL_HOST = 'smtp.googlemail.com'
EMAIL_PORT = 465
EMAIL_HOST_USER = "andelatestmail@gmail.com"
EMAIL_HOST_PASSWORD = "andelatestmail1"
EMAIL_USE_TLS = False
EMAIL_USE_SSL = True


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

0 comments on commit 32044e9

Please sign in to comment.