mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
Restore EMAIL_GATEWAY_BOT parameter
(imported from commit bda6b39c60b4e5b642db47fd3ba1be2ac8c19650)
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user