From 500fcfa5e8be37af4cd137dfe9d869322fda14bf Mon Sep 17 00:00:00 2001 From: Massimo Di Pierro Date: Mon, 19 Mar 2012 15:46:02 -0500 Subject: [PATCH] tools, replyto, thanks dgmanns --- VERSION | 2 +- gluon/tools.py | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 94116580..96d76a91 100644 --- a/VERSION +++ b/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 diff --git a/gluon/tools.py b/gluon/tools.py index 0f9330b8..478d977a 100644 --- a/gluon/tools.py +++ b/gluon/tools.py @@ -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: