Another technique is to create a mailto url (www.ietf.org/rfc/rfc2368.txt ). Clicking such a link will launch the user's smtp client.
On Fri, Dec 4, 2009 at 1:42 AM, gwtfanb0y <[email protected]>wrote: > The way you have to go to solve your problem: > > 1. Build a nice GUI where the user can insert all the data (recipient, > subject, body..) needed for sending an email > 2. Connect this form via RPC to the server-package > 3. Use libs like javax.mail to send the email > 4. Return a success/failure message to the client to show the result > of this action > > > On 3 Dez., 21:17, Darpan Mhatre <[email protected]> wrote: > > Can anyone over here help me out in sending the email from gwt > > application?? > > The small snippet will be helpful. > > -- > > You received this message because you are subscribed to the Google Groups > "Google Web Toolkit" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-web-toolkit%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > > > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" 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-web-toolkit?hl=en.
