Mail On Exception Plugin
Dependency :
compile ":mail-on-exception:0.1.1"Custom repositories :
mavenRepo "http://download.java.net/maven/2/"
Summary
Allows one to specify an email address where all frontend exceptions will be sent.
Installation
grails install-plugin mail-on-exception
Description
Mail on Exception Plugin
Grails plugin that sends a message to a configured email address when a frontend exception occurs that triggers a HTTP 500 response.This way you will each time a user-visible exception occurs on your website.For full documentation see Github documentation.Release log
Version 0.1
- Initial version