X-Git-Url: https://git.mdrn.pl/edumed.git/blobdiff_plain/118fd7ac41a586001b4c8f45c149731cc9a2e586..0906b753cf528d45e225a4c196b3ed4ba7059f5c:/wtem/management/commands/__init__.py diff --git a/wtem/management/commands/__init__.py b/wtem/management/commands/__init__.py index 494edb6..e39656a 100644 --- a/wtem/management/commands/__init__.py +++ b/wtem/management/commands/__init__.py @@ -13,4 +13,5 @@ def send_mail(subject, body, to): email = EmailMessage(subject, body, getattr(settings, 'WTEM_FROM', 'edukacjamedialna@nowoczesnapolska.org.pl'), to, headers = headers) - email.send(fail_silently = False) \ No newline at end of file + #print email.message() + email.send(fail_silently = False)