Mock E-Mail Code
Status: Beta
Brought to you by:
brookstevens
You can configure the system 2 ways, one you can edit the application.properites to set: smtp.server.port=25 smtp.server.host=YOUR_SMTP_SERVER or there is a UI that will allow you to configure these values. The admin will "win" if they are done in both places. Run "grails run-war" or "grails run-app" (run-app for development mode) see http://mockemail.sourceforge.net/ for more details Release History 0.9.6 ******** This version requires searchable plugin upgrade: grails install-plugin searchable******* -Adds administration interface and features -Defaults to using a persistent db from in memory -Updates to latest grails and searchable plugin which was refactored -Updates rendering to escape HTML -Adds a raw and an experimental eml option for viewing emails 0.9.5 -Adds forward email enhancement -Small UI improvements 0.9.4 -Fixes bug with multiple recipients 0.9.3 -Adds searching -Upgrades to latest grails