Changeset 3137 for pykota/trunk/bin/pkmail
- Timestamp:
- 01/18/07 19:21:26 (18 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/bin/pkmail
r3133 r3137 108 108 self.logdebug("Sending answer to : %s" % useremail) 109 109 emailmsg = MIMEText(result, _charset=self.charset) 110 emailmsg["Subject"] = str(Header(_("Result of your commands"), charset=self.charset))110 emailmsg["Subject"] = Header(_("Result of your commands"), charset=self.charset) 111 111 emailmsg["From"] = whoami 112 112 emailmsg["To"] = useremail