notifications: Move send_future_email to zerver/lib/send_email.py.

This commit is contained in:
Rishi Gupta
2017-05-03 18:11:47 -07:00
committed by Tim Abbott
parent d70e09b41d
commit 0d4c1b0467
5 changed files with 33 additions and 26 deletions

View File

@@ -10,8 +10,9 @@ from django.db.models import Q, QuerySet
from django.template import loader
from django.conf import settings
from zerver.lib.send_email import send_future_email
from zerver.lib.notifications import build_message_list, hash_util_encode, \
send_future_email, one_click_unsubscribe_link
one_click_unsubscribe_link
from zerver.models import UserProfile, UserMessage, Recipient, Stream, \
Subscription, get_active_streams
from zerver.context_processors import common_context