Running Junit Email Tests Without Emails Actually Going Out

前端 未结 7 777
执笔经年
执笔经年 2020-12-23 09:46

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

7条回答
  •  [愿得一人]
    2020-12-23 10:22

    I would take a look to GreenMail which is alive (apparently Dumbster is dead) with a lot of functionality and good examples.

    http://www.icegreen.com/greenmail/

提交回复
热议问题