Open
Description
I'm using GitBlit 1.7.1 WAR in my Jetty 9 container and have a jndi resource for my mail server bound to mail/Session in my jetty.xml so all the deployed applications have the ability to send emails without me needing to specify it in each application's setup.
It would be a nice feature for the WAR version use this resource instead of needing to update the gitblit.properties file.