i use GAE to send mail daily i have neither of these problems. there must be something amuck somewhere...
re #2, GAE does require sending from a verified sender and they way they do that is the sender must be an admin on the GAE console. you can invite any email address you like to be a sender - you just have to be able to receive email as that user and accept the invitation to develop. this is a GAE limitation not web2py. cfh On Monday, September 24, 2012 6:15:10 PM UTC-7, Pystar wrote: > > There are some strange quirks I noticed while working extensively with > Google App Engine. These include: > 1. You can not send HTML messages using mail.send() without doing some > extensive work arounds. > 2. You can not send html messages from GAE from any address apart from > your Gmail address, although the documentation states that you should be > able to do so with any address that you can also use to login to the app > engine control panel, this isnt so. > > Has anyone noticed any more? > --

