Merge tag 'Hotfix-74' into develop
Finish Hotfix-74
This commit is contained in:
@@ -208,15 +208,15 @@ public class MailService {
|
||||
List<String> listCc = null;
|
||||
List<String> listCcn = null;
|
||||
|
||||
if (!UtilityString.isNullOrEmpty(to)){
|
||||
if (!UtilityString.isNullOrEmpty(to)) {
|
||||
listTo = Arrays.asList(to.split(";"));
|
||||
}
|
||||
|
||||
if (!UtilityString.isNullOrEmpty(cc)){
|
||||
if (!UtilityString.isNullOrEmpty(cc)) {
|
||||
listCc = Arrays.asList(cc.split(";"));
|
||||
}
|
||||
|
||||
if (!UtilityString.isNullOrEmpty(cc)){
|
||||
if (!UtilityString.isNullOrEmpty(ccn)) {
|
||||
listCcn = Arrays.asList(ccn.split(";"));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user