String msg = intres.getLocalizedMessage("ra.errorcustomrcptshort", not.getNotificationRecipient());
log.error(msg);
} else {
String cp = not.getNotificationRecipient().substring(7);
if (StringUtils.isNotEmpty(cp)) {
ICustomNotificationRecipient plugin = (ICustomNotificationRecipient) Thread.currentThread().getContextClassLoader()
.loadClass(cp).newInstance();
rcptemail = plugin.getRecipientEmails(data);
if (StringUtils.isEmpty(rcptemail)) {
String msg = intres.getLocalizedMessage("ra.errorcustomnoemail", not.getNotificationRecipient());
log.error(msg);
} else {
if (log.isDebugEnabled()) {