GWT and java mail api
Hi everybody!
I'm trying to send a mail through an RPC call.
The server method uses Java mail api.
I used tha same method in different project and I'm able to send the
email both using Junit or Tomcat... but when I use it in my GWT
project, even if the RPC call gives the result "onSuccess", I have
this exception:
----------------------------------
Loading META-INF/javamail.providers from jar:file:/C:/documenti/
workspaces/javalou/provatesina/war/WEB-INF/lib/appengine-api-1.0-
sdk-1.2.6.jar!/META-INF/javamail.providers
DEBUG: loading new provider protocol=gm,
className=com.google.appengine.api.mail.stdimpl.GMTransport,
vendor=null, version=null
javax.mail.NoSuchProviderException: Unable to locate provider for
protocol: smtp
---------------------------------------------------------------------------------------------
I'm using GWT 1.7.1 without the AppEngine...
do I have to include something or fix something?
Thanks...
--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home