Re: Using JavaMail in a GWT application

2009-10-01 Thread Jared Smith
console access to your GWT server...but sniffing the wire is pretty much the only way to see what's going on in javax. Good luck. On Sep 29, 3:37 pm, Jared Smith jaredcsm...@gmail.com wrote: I am having a bit of an issue testing my web application. I have written a customized Emailer

Re: Help with web application if possible.

2009-09-29 Thread Jared Smith
Thanks a bunch that did the trick! The problem now is a bit different. I have written a special java class called Emailer to use the java mail functionality of sending an email. When I just use the class in a driver class I am able to send an email successfully. However, when I reference the

Using JavaMail in a GWT application

2009-09-29 Thread Jared Smith
I am having a bit of an issue testing my web application. I have written a customized Emailer class that is used to send an email to the specified email address. I am able to get the class to successfully send an email while using a driver class, however, when I attempt to use the Emailer class