Re: GWT - Sending Email Tutorial

2010-07-30 Thread Sean
One thing to note is, if you're not using AppEngine, make sure NONE of its jars are in your war file. They conflict with JAVA Mail and you will get odd errors. On Jul 30, 12:47 pm, Subhrajyoti Moitra wrote: > u can use GWT RPC to send all the user entered data(from UI) to the server, > and then u

Re: GWT - Sending Email Tutorial

2010-07-30 Thread Subhrajyoti Moitra
u can use GWT RPC to send all the user entered data(from UI) to the server, and then use javamail to send the actual mail. Thanks, Subhro. On Fri, Jul 30, 2010 at 10:04 PM, seilz wrote: > Hey there, > > does somebody know a tutorial about, how to send emails with GWT? > > best regards > seilz >

GWT - Sending Email Tutorial

2010-07-30 Thread seilz
Hey there, does somebody know a tutorial about, how to send emails with GWT? best regards seilz -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to google-web-tool...@googlegroups.com. To unsubscribe from