@ -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)' % (