Re: [appengine-java] Email from the Google App Engine

2011-07-07 Thread David Chandler
Perhaps you can use a template with variables for user-entered content which you get from a Web form of some kind. I blogged just yesterday about sending email using a template on App Engine. Perhaps it will help:

Re: [appengine-java] Email from the Google App Engine

2011-07-07 Thread Bruno Fuster
Hi Its also very easy to create your own. A simple hashmap and regex replaces with curly brackets should do the trick. Check this sample I've made: https://gist.github.com/1069819 Create the factory methods you need and the mail template files using variables with curly brackets html bodyHi

[appengine-java] Email from the Google App Engine

2011-07-06 Thread dm9289
Hello, I am fairly new to this, so would appreciate some advice. I would like to create a web application using the Google App Engine and as part of the app, I would like to formulate a partially populated email - but to give the end user the ability to edit that email prior to sending using

Re: [appengine-java] Email from the Google App Engine

2011-07-06 Thread Christopher Merrill
yes it is. On Tue, Jul 5, 2011 at 11:19 PM, dm9289 danma...@hotmail.com wrote: Hello, I am fairly new to this, so would appreciate some advice.  I would like to create a web application using the Google App Engine and as part of the app, I would like to formulate a partially populated email