darragh / appengine-email-gateway-example
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
README | Fri Oct 16 04:03:06 -0700 2009 | |
| |
app.yaml | Fri Oct 16 03:32:59 -0700 2009 | |
| |
incoming.py | Fri Oct 16 03:32:59 -0700 2009 | |
| |
outgoing.py | Fri Oct 16 03:32:59 -0700 2009 |
README
Example of using app engine as an email gateway to your app. Only intended as a throwaway example of the mechanisms involved. Obviously you'd probably want some approach to make it secure, and handle other parts of an email message, such as attachments. App Engine Docs: http://code.google.com/appengine/docs/python/mail/
