Project

General

Profile

« Previous | Next » 

Revision 49879

merged newAPI branch

View differences:

EmailUtilsImpl.java
215 215

  
216 216
    private void sendMail(List<String> recipients, String subject, String message, boolean sendToSpecial, List<String> repoAdminMails) throws Exception {
217 217

  
218
        try {
218
       /* try {
219 219
            if (sendToSpecial) {
220 220
                recipients.addAll(this.specialRecipients);
221 221
            }
......
233 233
        } catch (Exception e) {
234 234
            LOGGER.error("Error sending mail to Recipients: " + recipients + " Subject: " + subject + " Message: " + message, e);
235 235
            throw new Exception(e);
236
        }
236
        }*/
237 237
    }
238 238

  
239 239
    private String getEmailProperty(String key) {

Also available in: Unified diff