mirror of
https://github.com/zulip/zulip.git
synced 2025-11-10 00:46:03 +00:00
[manual] Rename humbug@humbughq.com to zulip@zulip.com.
This requires renaming the account in Google Apps at the time we deploy this; we'll probably want to do this during off hours to avoid any user-visible downtime. This also updates some related email addresses. (imported from commit fce7629b359a4f278bbf7815c8d177a8fa0484fe)
This commit is contained in:
@@ -16,7 +16,7 @@ setup(name='zulip',
|
||||
version=zulip.__version__,
|
||||
description='Bindings for the Zulip message API',
|
||||
author='Zulip, Inc.',
|
||||
author_email='humbug@humbughq.com',
|
||||
author_email='zulip@zulip.com',
|
||||
classifiers=[
|
||||
'Development Status :: 3 - Alpha',
|
||||
'Environment :: Web Environment',
|
||||
|
||||
@@ -260,8 +260,8 @@ Company: %s
|
||||
# users: %s
|
||||
Currently using: %s""" % (name, email, company, count, product,)
|
||||
subject = "Interest in Zulip: %s" % (company,)
|
||||
from_email = '"%s" <humbug+signups@humbughq.com>' % (name,)
|
||||
to_email = '"Zulip Signups" <humbug+signups@humbughq.com>'
|
||||
from_email = '"%s" <zulip+signups@zulip.com>' % (name,)
|
||||
to_email = '"Zulip Signups" <zulip+signups@zulip.com>'
|
||||
headers = {'Reply-To' : '"%s" <%s>' % (name, email,)}
|
||||
msg = EmailMessage(subject, content, from_email, [to_email], headers=headers)
|
||||
msg.send()
|
||||
@@ -408,7 +408,7 @@ def accounts_accept_terms(request):
|
||||
'email': email,
|
||||
'ip': request.META['REMOTE_ADDR'],
|
||||
'browser': request.META['HTTP_USER_AGENT']}),
|
||||
"humbug@humbughq.com",
|
||||
settings.EMAIL_HOST_USER,
|
||||
["all@zulip.com"])
|
||||
do_change_full_name(request.user, full_name)
|
||||
return redirect(home)
|
||||
|
||||
@@ -34,7 +34,7 @@ CAMO_KEY = 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'
|
||||
|
||||
EMAIL_USE_TLS = True
|
||||
EMAIL_HOST = 'smtp.gmail.com'
|
||||
EMAIL_HOST_USER = 'humbug@humbughq.com'
|
||||
EMAIL_HOST_USER = 'zulip@zulip.com'
|
||||
EMAIL_HOST_PASSWORD = 'xxxxxxxxxxxxxxxx'
|
||||
EMAIL_PORT = 587
|
||||
|
||||
|
||||
Reference in New Issue
Block a user