fnp
/
edumed.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fields on answer list
[edumed.git]
/
wtem
/
management
/
commands
/
__init__.py
diff --git
a/wtem/management/commands/__init__.py
b/wtem/management/commands/__init__.py
index
494edb6
..
ce7191f
100644
(file)
--- a/
wtem/management/commands/__init__.py
+++ b/
wtem/management/commands/__init__.py
@@
-1,6
+1,7
@@
from django.core.mail import EmailMessage
from django.conf import settings
from django.core.mail import EmailMessage
from django.conf import settings
+
def send_mail(subject, body, to):
if not isinstance(to, list):
to = [to]
def send_mail(subject, body, to):
if not isinstance(to, list):
to = [to]
@@
-11,6
+12,7
@@
def send_mail(subject, body, to):
headers['Reply-To'] = reply_to
email = EmailMessage(subject, body,
headers['Reply-To'] = reply_to
email = EmailMessage(subject, body,
- getattr(settings, 'WTEM_FROM', '
edukacjamedialn
a@nowoczesnapolska.org.pl'),
+ getattr(settings, 'WTEM_FROM', '
olimpiad
a@nowoczesnapolska.org.pl'),
to, headers = headers)
to, headers = headers)
-
email.send(fail_silently = False
)
\ No newline at end of file
+
#print email.message(
)
+ email.send(fail_silently = False)