email: Remove Mandrill pathways and dependency.

Everything it was doing (send_future_email) can now be done using
ScheduledJob.
This commit is contained in:
Rishi Gupta
2017-05-03 17:06:31 -07:00
committed by Tim Abbott
parent 7741e099fc
commit e46cbaffa2
11 changed files with 23 additions and 149 deletions

View File

@@ -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"