mirror of
https://github.com/zulip/zulip.git
synced 2026-07-06 21:18:58 +08:00
digest: tweak sender information.
(imported from commit fafc54d4b9c9cda447c42f2bd24845aee62624c2)
This commit is contained in:
parent
5e217a1079
commit
2f59f69a1f
@ -124,8 +124,8 @@ def enough_traffic(unread_pms, hot_conversations, new_streams, new_users):
|
||||
|
||||
def send_digest_email(user_profile, html_content, text_content):
|
||||
recipients = [{'email': user_profile.email, 'name': user_profile.full_name}]
|
||||
subject = "While you've been gone: the Zulip Digest"
|
||||
sender = {'email': settings.NOREPLY_EMAIL_ADDRESS, 'name': 'Zulip Support'}
|
||||
subject = "While you've been gone - Zulip"
|
||||
sender = {'email': settings.NOREPLY_EMAIL_ADDRESS, 'name': 'Zulip'}
|
||||
|
||||
# Send now, through Mandrill.
|
||||
send_future_email(recipients, html_content, text_content, subject,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user