Compare commits

..

No commits in common. '927a082e634f836300d1177efa623af59310f374' and '16bf8eeeee98f6f2086d16397454bba26c83bfe8' have entirely different histories.

@ -111,7 +111,7 @@ public class MailServiceImpl implements MailService {
}
//Store the sent mail to the table
mailDAO.addToSentMail(prioritizedMail.getUuId());
// mailDAO.addToSentMail(prioritizedMail.getUuId());
});
}

Loading…
Cancel
Save