[appengine-java] Re: Regarding Error in Jsp Code

2009-09-14 Thread Richard Le Mesurier
Hi, dunno if this helps, but... >   <% >     if(entries.isEmpty()) { >    %> >     is missing a " Might help. Ric --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this gr

[appengine-java] Re: Sending mail with the mail api

2009-09-10 Thread Richard Le Mesurier
Hi, I have tried it both different ways - as you will see in the code referenced on the link below: http://groups.google.com/group/google-appengine-java/browse_thread/thread/fd16f0e378de26cd?hl=en This is the other thread I was asking about the CC behaviour - but the code still works and I still

[appengine-java] Re: Sending mail with the mail api

2009-09-09 Thread Richard Le Mesurier
Hi, I know it shouldn't make a difference if its Java or Grails, but my code (also copied from the same tutorial) is still working today (on the app server). It took a matter of seconds for the mail to hit my inbox and thats taking into account a slowish undersea cable connection to Africa... i.e

[appengine-java] Re: Mail to CC is delivered - but get bounce report

2009-08-20 Thread Richard Le Mesurier
Hello Chitgoks, I don't know. I have no experience with J2EE except with GAE. It will probably be best for you to do some googling on the Java Mail API - there are lots of examples out there on using the Java Mail API. My code is very simple use of the Java Mail API, so I'm sure you will find so