[google-appengine] Re: Receiving Email within custom domain

2011-03-29 Thread Sahid Orentino Ferdjaoui
Hello, You need to add your @other-domain.com in permission on your adminpanel. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appengine@googlegroups.com. To unsubscribe from this group, send e

[google-appengine] Re: Receiving Email within custom domain

2011-03-29 Thread Nick K
Anyone word on this one? Nick -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appengine@googlegroups.com. To unsubscribe from this group, send email to google-appengine+unsubscr...@googlegroups.

[google-appengine] Re: Receiving Email

2010-12-11 Thread Zeynel
On Dec 11, 10:11 am, Massimiliano wrote: > How can I do it? This is how I do it: plaintext = message.bodies(content_type='text/plain') for text in plaintext: txtmsg = "" txtmsg = text[1].decode() logging.info("Body is %s" %

Re: [google-appengine] Re: Receiving Email

2010-12-11 Thread Massimiliano
How can I do it? 2010/12/11 sajal > you need to parse it and decode it... > > 'VGVzdG8=' becomes 'Testo' > > http://docs.python.org/library/base64.html > > On Dec 11, 9:58 pm, Massimiliano > wrote: > > Hi, > > Can someone help me? > > I'm handling a received email and I want to store the body o

[google-appengine] Re: Receiving Email

2010-12-11 Thread sajal
you need to parse it and decode it... 'VGVzdG8=' becomes 'Testo' http://docs.python.org/library/base64.html On Dec 11, 9:58 pm, Massimiliano wrote: > Hi, > Can someone help me? > I'm handling a received email and I want to store the body of the mail (the > message written in it). > This is the

[google-appengine] Re: Receiving Email, ASCII Decode, Stuck in Queue

2009-12-10 Thread Alex Popescu
On Dec 10, 1:50 pm, "Nick Johnson (Google)" wrote: > Hi, > On Fri, Dec 4, 2009 at 11:46 PM, mb wrote: > > My app receives mail and stores them in the datastore.  It usually > > works fine, but occasionally it has problems decoding the message > > body. > > > It logs errors like: > > >    UnicodeD

[google-appengine] Re: Receiving Email within custom domain

2009-10-13 Thread Neves
Not so easy. :( How can I redirect *...@mydomain.com to *...@appid.appspotmail.com in order that a mail sent randomly to test...@mydomain.com be redirect to test...@appid.appspotmail.com automatically. On 14 out, 00:17, Rodrigo Moraes wrote: > On Tue, Oct 13, 2009 at 11:00 PM, Neves wrote: > > I

[google-appengine] Re: Receiving Email within custom domain

2009-10-13 Thread Rodrigo Moraes
On Tue, Oct 13, 2009 at 11:00 PM, Neves wrote: > Is it possible (or will it be possible) to receive email within my > domain? (not appspotmail.com) You can set an alias in your email service to redirect all messages to str...@appid.appspotmail.com. easy workaround. -- rodrigo --~--~-~--

[google-appengine] Re: receiving email

2009-03-20 Thread Matthew Page-Lieberman
Como? O que quer dizer? On Fri, Mar 20, 2009 at 1:38 PM, Ronn Ross wrote: > Ross, mas não é latin / Italiano > > On Fri, Mar 20, 2009 at 1:15 PM, Matthew Page-Lieberman < > mateus.just...@gmail.com> wrote: > >> Não acho que esse Ross é brasileiro. >> >> On Fri, Mar 20, 2009 at 11:01 AM, Neves w

[google-appengine] Re: receiving email

2009-03-20 Thread Ronn Ross
Ross, mas não é latin / Italiano On Fri, Mar 20, 2009 at 1:15 PM, Matthew Page-Lieberman < mateus.just...@gmail.com> wrote: > Não acho que esse Ross é brasileiro. > > On Fri, Mar 20, 2009 at 11:01 AM, Neves wrote: > >> >> Incoming email support >> http://code.google.com/intl/pt-BR/appengine/docs

[google-appengine] Re: receiving email

2009-03-20 Thread Matthew Page-Lieberman
Não acho que esse Ross é brasileiro. On Fri, Mar 20, 2009 at 11:01 AM, Neves wrote: > > Incoming email support > http://code.google.com/intl/pt-BR/appengine/docs/roadmap.html > > On 20 mar, 11:12, Ronn Ross wrote: > > I would like people to email may app and it show up in the app. So that > way

[google-appengine] Re: receiving email

2009-03-20 Thread Marzia Niccolai
In the meantime, you might consider looking at the smtp2web open source project: http://code.google.com/p/smtp2web/ -Marzia On Fri, Mar 20, 2009 at 8:01 AM, Neves wrote: > > Incoming email support > http://code.google.com/intl/pt-BR/appengine/docs/roadmap.html > > On 20 mar, 11:12, Ronn Ross w

[google-appengine] Re: receiving email

2009-03-20 Thread Neves
Incoming email support http://code.google.com/intl/pt-BR/appengine/docs/roadmap.html On 20 mar, 11:12, Ronn Ross wrote: > I would like people to email may app and it show up in the app. So that way > it can work like a help desk system. If there anyway to do that through app > engine? Can you pu