tools, replyto, thanks dgmanns
This commit is contained in:
2
VERSION
2
VERSION
@@ -1 +1 @@
|
||||
Version 1.99.7 (2012-03-19 15:45:05) dev
|
||||
Version 1.99.7 (2012-03-19 15:45:58) dev
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user