Runs a mock GreenMail SMTP server inside a Grails
application during development and test, so mail your application sends is captured instead of
delivered. Captured messages can be asserted on from integration tests, or browsed in a running
application at /greenmail.
dependencies {
testImplementation 'io.github.gpc:greenmail:7.0.1'
}Full documentation — installation, configuration, integration testing, and the web interface — is published at:
https://gpc.github.io/greenmail/
See CONTRIBUTING.md for how to set up a development environment and submit changes.
Released under the Apache License, Version 2.0.