This is entirely possible in Google AppEngine.
I'm not sure what you mean by "no files" in GAE: there is definitely access to files, but in "READ ONLY" mode.
What you need to do is get the remote WEB page (via the urlfetch API) and use the email API to send.
source
share