From 853f91fe7a4672e8e09abbd822fb94d6994d6fe1 Mon Sep 17 00:00:00 2001 From: Slava Kyrachevsky Date: Fri, 17 Feb 2017 14:16:14 +0200 Subject: [PATCH] =?UTF-8?q?=D0=B4=D0=B0=D0=BD=D0=BD=D1=8B=D0=B5=20=D0=B4?= =?UTF-8?q?=D0=BB=D1=8F=20=D0=BE=D1=82=D0=BF=D1=80=D0=B0=D0=B2=D0=BA=D0=B8?= =?UTF-8?q?=20=D1=80=D0=B0=D1=81=D1=81=D1=8B=D0=BB=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/emencia/django/newsletter/mailer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/emencia/django/newsletter/mailer.py b/apps/emencia/django/newsletter/mailer.py index 0fc6802e..dc9c041e 100644 --- a/apps/emencia/django/newsletter/mailer.py +++ b/apps/emencia/django/newsletter/mailer.py @@ -654,7 +654,7 @@ class Mailer(NewsLetterSender): # FIXME: Временно сделана отправка только 1 письма. # См FIXME в команде send_newsletter for i, contact in enumerate(expedition_list, 1): - print 'sending to contact id: %s (%s)' % (contact.pk, timezone.now()) + print 'sending to contact: %s, %s (%s)' % (contact.pk, contact.email, timezone.now()) send = True # if self.verbose: # print '- Processing %s/%s (%s)' % (