Robert is correct. You either need to have an HTML form in order to create a POST request, or you could use a program like curl from the command line.
On Thu, Nov 18, 2010 at 4:31 PM, Zeynel <[email protected]> wrote: > On Nov 18, 4:45 pm, Erick Fleming <[email protected]> wrote: >> what's your form and routing code look like? > > Hi Erick, > > That's the entire code. I hardcoded the emails; there is no form; I am > just trying to make sending/receiving email work. > > For routing I have this: > > application = webapp.WSGIApplication( > [('/', MainPage), > ], > debug=True) > > -- > 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. > > -- Erick Fleming -- 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.
