mirror of https://github.com/zulip/zulip.git
Restore EMAIL_GATEWAY_BOT parameter
(imported from commit bda6b39c60b4e5b642db47fd3ba1be2ac8c19650)
This commit is contained in:
parent
24f8492236
commit
ffdc254e2d
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue