Remove unsubscribe instructions

This commit is contained in:
Gregory Koberger 2012-01-03 12:33:07 -05:00
Родитель 963182e2bd
Коммит b7d273b034
2 изменённых файлов: 0 добавлений и 3 удалений

Просмотреть файл

@ -197,7 +197,6 @@ def send_mail(subject, message, from_email=None, recipient_list=None,
headers=headers or {},
).send(fail_silently=False)
else:
log.info('Email w/o perm setting: %s' % subject)
result = EmailMessage(subject, message, from_email,
white_list,
connection=connection,

Просмотреть файл

@ -3,5 +3,3 @@
{% blocktrans %}Learn more about the future of {{ addon_name }} by clicking here:{% endblocktrans %}
{{ learn_url }}
{% blocktrans %}Please email amo-unsubscribe@mozilla.com if you would like to stop receiving future messages from {{ domain }} users.{% endblocktrans %}