bureau -> ca
darcs-hash:20080201164558-f2d4d-ed4a508e9a7cc39f3ec9b439001f9550bc9679d8.gz
This commit is contained in:
parent
a31054a2fc
commit
8c92499ba3
1 changed files with 2 additions and 2 deletions
|
@ -141,8 +141,8 @@ def spammer():
|
|||
to = adh.email()
|
||||
print to
|
||||
if not debug:
|
||||
data = config.txt_charte_MA % {'From' : u"bureau@crans.org", 'To' : to}
|
||||
connexion.sendmail("bureau@crans.org",to,data.encode('iso-8859-15'))
|
||||
data = config.txt_charte_MA % {'From' : u"ca@crans.org", 'To' : to}
|
||||
connexion.sendmail("ca@crans.org",to,data.encode('iso-8859-15'))
|
||||
|
||||
def __usage(message=None):
|
||||
""" Comment ça marche ? """
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue