projets
/
auf_rh_dae.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
99fe578
)
[#2244] Envoyer le courriel à partir d'une adresse avec nom de domaine
author
Eric Mc Sween
<eric.mcsween@auf.org>
Fri, 4 Nov 2011 19:56:53 +0000
(15:56 -0400)
committer
Eric Mc Sween
<eric.mcsween@auf.org>
Fri, 4 Nov 2011 19:57:28 +0000
(15:57 -0400)
project/dae/mail.py
patch
|
blob
|
blame
|
history
diff --git
a/project/dae/mail.py
b/project/dae/mail.py
index
42ad719
..
5e43082
100644
(file)
--- a/
project/dae/mail.py
+++ b/
project/dae/mail.py
@@
-19,4
+19,4
@@
def send_drh_finalisation_mail(request, dossier):
dossier_url
])
recipients = [u.email for u in grp_drh.user_set.filter(is_active=True)]
- send_mail(subject, message, 'root', recipients)
+ send_mail(subject, message, 'root@auf.org', recipients)