I have a app running with static files, i have a form in the
index.html which has to be emailed back to me onsubmit. Is there a way
to do this? I have no experience with python, can this be done like
with php? I was able to find some documentation on sendmail:
http://code.google.com/appengine/docs/mail/sendingmail.html, but how
do I do this from static index.html.

my app.yaml:

application: xxx
version: 1
runtime: python
api_version: 1

handlers:
- url: (.*)/
  static_files: static\1/index.html
  upload: static/index.html

- url: /
  static_dir: static

--~--~---------~--~----~------------~-------~--~----~
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.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to