Renvoie une chaine de carractères pour l'envoie de mail
This commit is contained in:
parent
dd1178d7d3
commit
d57588e313
1 changed files with 2 additions and 2 deletions
|
@ -137,10 +137,10 @@ def spammer():
|
|||
if not debug:
|
||||
From = u"ca@crans.org"
|
||||
data=mail.generate('missing_charte_MA', {
|
||||
'To': to,
|
||||
'To': unicode(to),
|
||||
'From': From,
|
||||
})
|
||||
actually_sendmail(u'ca@crans.org', (to,), data)
|
||||
actually_sendmail(u'ca@crans.org', (unicode(to),), data)
|
||||
|
||||
def __usage(message=None):
|
||||
""" Comment ça marche ? """
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue