Siegfried Goeschl wrote:
> Hi Stefano,
> 
> maybe I can provide a few tips and tricks to improve testing

Thank you for the tips!

> +) Jakarta CommonsEmail uses Dumbster to test SMTP sending and testing
> the result - see http://sourceforge.net/projects/dumbster and
> http://quintanasoft.com/dumbster/

I think I like much more the mock transport solution described here:
http://bill.dudney.net/roller/comments/bill/Weblog/mocking_javamail

James is already a mail server and we probably don't need dumbster: we
could simply send the message to our own smtpserver. RemoteDelivery and
SMTPServer are totally different services so using one to test the other
makes sense. Using a mocked transport we probably can simulate various
errors/problems/conditions for the remote servers.

Stefano

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to