3536373839404142434445
@Override protected void configure() { install(new VelocityModule()); install(new MailModule(config)); bind(IExceptionHandler.class).toProvider(new Provider<IExceptionHandler>() { @Inject MailManager mm;