From b7d273b034f0f4a985ac512ca065add1dbc4af72 Mon Sep 17 00:00:00 2001 From: Gregory Koberger Date: Tue, 3 Jan 2012 12:33:07 -0500 Subject: [PATCH] Remove unsubscribe instructions --- apps/amo/utils.py | 1 - apps/stats/templates/stats/contribution-thankyou-email.ltxt | 2 -- 2 files changed, 3 deletions(-) diff --git a/apps/amo/utils.py b/apps/amo/utils.py index 2463c2afb9..3942601095 100644 --- a/apps/amo/utils.py +++ b/apps/amo/utils.py @@ -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, diff --git a/apps/stats/templates/stats/contribution-thankyou-email.ltxt b/apps/stats/templates/stats/contribution-thankyou-email.ltxt index 4ffbf79857..f04dc716e2 100644 --- a/apps/stats/templates/stats/contribution-thankyou-email.ltxt +++ b/apps/stats/templates/stats/contribution-thankyou-email.ltxt @@ -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 %}