local changes from the server
[edumed.git] / wtem / management / commands / __init__.py
index 494edb6..e39656a 100644 (file)
@@ -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)