6970717273747576777879
// bccs list = mailRouting.getBccList(); if(list != null && list.size() > 0) { for(final NameEmail email : list) { helper.addBcc(email.getEmailAddress(), email.getName()); } } } catch(final UnsupportedEncodingException uee) {
6869707172737475767778