Restore EMAIL_GATEWAY_BOT parameter

(imported from commit bda6b39c60b4e5b642db47fd3ba1be2ac8c19650)
This commit is contained in:
Luke Faraone 2014-02-06 10:43:06 -05:00
parent 24f8492236
commit ffdc254e2d
1 changed files with 5 additions and 0 deletions

View File

@ -154,6 +154,11 @@ elif DEPLOYED:
else:
EMAIL_GATEWAY_PATTERN = "%s@" + EXTERNAL_HOST
# Email mirror configuration
# The email of the Zulip bot that the email gateway should post as.
EMAIL_GATEWAY_BOT = "emailgateway@zulip.com"
SSO_APPEND_DOMAIN = None
AUTHENTICATION_BACKENDS = ('zproject.backends.EmailAuthBackend',