Any mail sending has to happen on the server side. Which means sending teh mail is done using teh Java Mail API, not anything in GWT (other than using RPC to send your message to the server to be mailed).
Greg On Mar 10, 2:28 pm, antrox <[email protected]> wrote: > Hello Guys, > > i wanted to make a small webshop and how can i send an email with GWT > to specific Address? > > I wanted to write some TEXT into an ArrayList and then generate from > the ArrayList an Email which should be sent to a specific mailadress. > > kind regards -- 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.
