329330331332333334335336337338339
} catch (Exception e) { email.addTo(recipient.toString()); } } } else { throw new PlayException("JapidMailer", "You must specify at least one recipient.", null); } List<Object> ccsList = (List<Object>) infoMap.get(CCS); if (ccsList != null) {