In the GAE Documentation, it says that if you enable incoming email by adding the following to appengine-web.xml:
<inbound-services> <service>mail</service> </inbound-services> email sent to your application will be posted to: http://yourappid.appspot.com/_ah/mail/[email protected] How can I make a cfml page to accept that post. GAE does not allow you to have underscores in your directory name so I can't create a file in /war/_ah/mail Any Ideas? Thanks -- Open BlueDragon Public Mailing List http://www.openbluedragon.org/ http://twitter.com/OpenBlueDragon official manual: http://www.openbluedragon.org/manual/ Ready2Run CFML http://www.openbluedragon.org/openbdjam/ mailing list - http://groups.google.com/group/openbd?hl=en
