I want to run unit tests (Junit) on some model classes that typically will send emails confirming that things happened. Is there a mock email server that you can use with u
Alternative answer: Dumbster is a fake SMTP server designed for testing against. It's written in Java.