mirror of
https://github.com/zulip/zulip.git
synced 2025-11-15 03:11:54 +00:00
email: Remove Mandrill pathways and dependency.
Everything it was doing (send_future_email) can now be done using ScheduledJob.
This commit is contained in:
@@ -47,7 +47,6 @@ EMAIL_HOST_USER = 'zulip@zulip.com'
|
||||
EMAIL_PORT = 587
|
||||
EMAIL_USE_TLS = True
|
||||
|
||||
# We use mandrill, so this doesn't actually get used on our hosted deployment
|
||||
DEFAULT_FROM_EMAIL = "Zulip <zulip@zulip.com>"
|
||||
# The noreply address to be used as Reply-To for certain generated emails.
|
||||
NOREPLY_EMAIL_ADDRESS = "noreply@zulip.com"
|
||||
|
||||
Reference in New Issue
Block a user