a passe mieux comme a.
darcs-hash:20060120025024-68412-db90f2d223c711a00124230e0c1561c31410c63a.gz
This commit is contained in:
parent
cf2153ea3e
commit
0d5bf2a1b0
1 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ Retournent None si pas d'objet trouv
|
||||||
|
|
||||||
### Rapport de bug automatique
|
### Rapport de bug automatique
|
||||||
# Destinataires, si vide n'envoi rien
|
# Destinataires, si vide n'envoi rien
|
||||||
To = ['fred@crans.org', 'glondu@crans.org']
|
To = ['fred@crans.org' , 'glondu@crans.org']
|
||||||
|
|
||||||
import string, os, sys
|
import string, os, sys
|
||||||
from whos import aff
|
from whos import aff
|
||||||
|
@ -2004,7 +2004,7 @@ if __name__ == '__main__' :
|
||||||
To: %s
|
To: %s
|
||||||
Subject: Bugreport %s
|
Subject: Bugreport %s
|
||||||
|
|
||||||
""" % ( From, To, sys.argv[0].split('/')[-1] )
|
""" % ( From, ','.join(To), sys.argv[0].split('/')[-1] )
|
||||||
|
|
||||||
# Envoi mail
|
# Envoi mail
|
||||||
conn = SMTP(smtpserv)
|
conn = SMTP(smtpserv)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue