Switch from the @humbughq.com to @zulip.com addresses users can contact.

In particular support@ and jobs@.

(imported from commit 8051ae5628b7378cde49b160d26b704e7e14bb24)
This commit is contained in:
Jessica McKellar
2013-07-11 10:45:53 -04:00
parent 89fcfc579d
commit 4d19c784d8
16 changed files with 21 additions and 21 deletions

View File

@@ -1271,7 +1271,7 @@ def do_send_missedmessage_email(user_profile, missed_messages):
headers['Reply-To'] = "Nobody <noreply@humbughq.com>"
subject = "Missed Zulip%s from %s" % ('s' if len(senders) > 1 else '', sender_str)
from_email = "%s (via Zulip) <noreply@humbughq.com>" % (sender_str)
from_email = "%s (via Zulip) <noreply@zulip.com>" % (sender_str)
text_content = loader.render_to_string('zephyr/missed_message_email.txt', template_payload)
html_content = loader.render_to_string('zephyr/missed_message_email_html.txt', template_payload)