[web2py] Re: GAE and sending email

2012-03-14 Thread David Manns
I had the same problem. Although GAE supports 'reply_to' its not implemented in web2py. I inserted two lines in web2py/gluon/tools.py; here is what the code looks like now: elif self.settings.server == 'gae': xcc = dict() if cc: x

[web2py] Re: GAE and sending email

2011-02-13 Thread Plumo
I have also experienced problems with the reply to field. Some info here: http://code.google.com/p/googleappengine/issues/detail?id=2802 Also there are the restrictions on who you can set as the sender which you probably already know about: http://code.google.com/appengine/docs/python/mail/sendin