In the example http://code.google.com/appengine/docs/java/mail/usingjavamail.html, it does not set the Transport. If transport is not set, the application sets an error. I cannot set the Transport to smtps because that provider is taken out of the javaMail provider file inside of the Appengine. That file only consists of a provider "gm" and I do not know how to make the "gm" provider to work.
On Feb 10, 10:35 pm, "A. Stevko" <[email protected]> wrote: > Hello UN, > Appengine supports the javax.mail > api.http://code.google.com/appengine/docs/java/mail/usingjavamail.htmlhttp://code.google.com/appengine/docs/java/mail/receiving.html > > GWT does not.http://code.google.com/webtoolkit/doc/latest/RefJreEmulation.html > > On Thu, Feb 10, 2011 at 2:46 PM, unair001 <[email protected]> wrote: > > The GWT appengine SDK 1.4.0 comes packaged with the java mail jars. > > The Java mail provider Jar has only one entry for protocol "gm". It > > does not have anything for smtps. When I use that protocol for my SMTP > > server, I get an error stating that the provide is not known. > > > How do I get the SMTPS option to work inside of GWT. Outside, if I > > configure the app without any GWT references it works fine. > > > 1. I want to run the app inside of a GWT app engine. > > 2. This is for sending an email out. > > > Please help if you know how to fix this issue? > > > Thanks, > > UN > > > -- > > 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. > > -- > -- A. Stevko > =========== > "If everything seems under control, you're just not going fast enough." M. > Andretti -- 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.
