Show
Ignore:
Timestamp:
09/06/06 22:36:35 (18 years ago)
Author:
jerome
Message:

Killed another item from the TODO list

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/bin/cupspykota

    r3012 r3013  
    4242from email.MIMEText import MIMEText 
    4343from email.Header import Header 
     44import email.Utils 
    4445 
    4546from mx import DateTime 
     
    10371038                        else :     
    10381039                            msg["To"] = adminmail 
     1040                        msg["Date"] = email.Utils.formatdate(localtime=True) 
    10391041                        server.sendmail(adminmail, destination, msg.as_string()) 
    10401042                    except smtplib.SMTPException, answer :