You cannot send email from the client portion of a GWT application. You can only email from the server side portion. The errors indicate that you were trying to use javamail from the client portion.
On Dec 27, 2010, at 7:37 AM, Ahmed Shoeib <[email protected]> wrote: > Compiling module com.fuoeg.testMail.TestMailAPI > Validating newly compiled units > [ERROR] Errors in 'file:/home/sho3ebovich/workspace/testMailAPI/ > src/com/fuoeg/testMail/client/RootScreen.java' > [ERROR] Line 53: No source code is available for type > java.util.Properties; did you forget to inherit a required module? > [ERROR] Line 54: No source code is available for type > javax.mail.Session; did you forget to inherit a required module? > [ERROR] Line 58: No source code is available for type > javax.mail.Message; did you forget to inherit a required module? > [ERROR] Line 58: No source code is available for type > javax.mail.internet.MimeMessage; did you forget to inherit a required > module? > [ERROR] Line 59: No source code is available for type > javax.mail.internet.InternetAddress; did you forget to inherit a > required module? > [ERROR] Line 60: No source code is available for type > javax.mail.Message.RecipientType; did you forget to inherit a required > module? > [ERROR] Line 64: No source code is available for type > javax.mail.Transport; did you forget to inherit a required module? > [ERROR] Line 66: No source code is available for type > javax.mail.internet.AddressException; did you forget to inherit a > required module? > [ERROR] Line 68: No source code is available for type > javax.mail.MessagingException; did you forget to inherit a required > module? > > -- > 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. > -- 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.
