[appengine-java] Java Mail Api Error With GAE

2010-12-27 Thread Ahmed Shoeib
hi all, i use this code for sending mail http://code.google.com/appengine/docs/java/mail/usingjavamail.html and after uploading this application to AppEngine account i face this problem javax.servlet.ServletContext log: Exception while dispatching incoming RPC call

Re: [appengine-java] Java Mail Api Error With GAE

2010-12-27 Thread Sumi
are you using any of these mail.jar, mailapi.jar, smpt.jat and pop3.jar in your project?if so remove them .. On Mon, Dec 27, 2010 at 11:44 AM, Ahmed Shoeib ahmedelsayed.sho...@gmail.com wrote: hi all, i use this code for sending mail