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.

Reply via email to