James Moger
2013-09-30 699e71e76b15081baf746c6ce9c9144f7e5f1ff9
src/main/java/com/gitblit/MailExecutor.java
@@ -90,6 +90,7 @@
      if (!StringUtils.isEmpty(mailUser) && !StringUtils.isEmpty(mailPassword)) {
         // SMTP requires authentication
         session = Session.getInstance(props, new Authenticator() {
            @Override
            protected PasswordAuthentication getPasswordAuthentication() {
               PasswordAuthentication passwordAuthentication = new PasswordAuthentication(
                     mailUser, mailPassword);