Is it possible to use GreenMail test suite in Play projects?
If so, how to use it?
Is there any plugin? (I found a GreenMail plugin for Grails but none for Play)
Or does Play support mail server testing by itself without GreenMail?
(I’m using Eclipse IDE by the way)
If you can use it with JUnit, you can use it with Play. The code below is just a regular play unit test:
Hope that helps