tools, replyto, thanks dgmanns

This commit is contained in:
Massimo Di Pierro
2012-03-19 15:46:02 -05:00
parent 2077831600
commit 500fcfa5e8
2 changed files with 3 additions and 1 deletions

View File

@@ -1 +1 @@
Version 1.99.7 (2012-03-19 15:45:05) dev
Version 1.99.7 (2012-03-19 15:45:58) dev

View File

@@ -598,6 +598,8 @@ class Mail(object):
xcc['cc'] = cc
if bcc:
xcc['bcc'] = bcc
if reply_to:
xcc['reply_to'] = reply_to
from google.appengine.api import mail
attachments = attachments and [(a.my_filename,a.my_payload) for a in attachments if not raw]
if attachments: