Ikai, excellent, thanks for posting that and you're right, the 1.2.8 change makes it simpler.
I also used Jeremy's example and came out with code very similar to yours. Besides demonstrating incoming and outgoing email, it is also a spring mvc 3 starter app: try it live: http://springstarterapp.appspot.com/ Here's the code: http://code.google.com/p/appengine-springmvc3-starter-app/ Here is the class with the mail functionality: http://code.google.com/p/appengine-springmvc3-starter-app/source/browse/trunk/appengine-springmvc3-starter-app/src/main/java/com/swagswap/web/springmvc/controller/MailController.java -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.
