[web2py] Re: Strange quirks with GAE

2012-09-26 Thread Pystar
Yes, I found that out. It works for me. Only (1) which is sending mails 
generated from the template doesnt.

On Wednesday, September 26, 2012 12:36:15 AM UTC+1, howesc wrote:

 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?



-- 





[web2py] Re: Strange quirks with GAE

2012-09-25 Thread howesc
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?


-- 





[web2py] Re: Strange quirks with GAE

2012-09-24 Thread Pystar
In respect to (1) I actually meant sending HTML messages generated using 
the templating system.

On Tuesday, September 25, 2012 2:15:10 AM UTC+1, 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?


-- 





[web2py] Re: Strange quirks with GAE

2012-09-24 Thread Pystar
Also in respect of (2), it works, the thing is that the domain or email you 
would be sending mails from should be the admin email, or an email that has 
admin permission in the control panel. Its really simple.

On Tuesday, September 25, 2012 2:18:43 AM UTC+1, Pystar wrote:

 In respect to (1) I actually meant sending HTML messages generated using 
 the templating system.

 On Tuesday, September 25, 2012 2:15:10 AM UTC+1, 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?



--