What you want has nothing to do with GWT. Read some documentation on the Java Mail API and do your own homework.
On Tue, Oct 21, 2008 at 9:25 AM, andres ospina <[EMAIL PROTECTED]>wrote: > i like to have the code for implement in my web siti > > 2008/10/20 Jason Essington <[EMAIL PROTECTED]> > >> >> You'll need to do that from the server side ... GWT is bound by what >> is possible in JavaScript on a web browser, and connecting directly to >> an email server is not. >> >> You can certainly create an email UI that runs in the browser, send >> the parts of the email (body, to, from, etc) to the server, and send >> the email from your server (using any number of server side >> technologies). >> >> -jason >> >> On Oct 20, 2008, at 8:27 AM, andres wrote: >> >> > >> > i need information about gwt implement with email, i need send email >> > >> > > >> >> >> >> > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
