On Nov 19, 2:11 pm, "Ikai Lan (Google)" <[email protected]> wrote:
> Can you explain what you don't understand? We can use your feedback to > improve the documentation. Thanks for your response. Up to this point documentation was great; including the introduction to Python http://code.google.com/edu/languages/google-python-class/introduction.html, to my opinion, one of the best online intro to Python. For the Receiving Mail section, as a beginner, I am unable to understand how to access the content of the email, as I asked in couple of other questions in the group. The tutorial says "the InboundEmailMessage object contains the email message. Its bodies() method returns the message body." So where is this bodies()? In the script that I copied from the cookbook http://appengine-cookbook.appspot.com/recipe/receive-mail/ the body is decoded as "txtmsg". How do I print or put() the content of "txtmsg" to datastore? For instance, doing self.response.out.write(txtmsg) does not work. And I am not clear if I must create a separate script to handle incoming mail as suggested in the tutorial. Thanks! -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
