try {
MailSender.sendMailOrThrow(senderAddress, Arrays.asList(reciverAddress), MailSender.NO_CC, mailActionInfo.getSubject(), mailActionInfo.getMessage(), MailSender.NO_ATTACHMENTS);
if (mailActionInfo.isLoggingEnabled()) {
String logmsg = intres.getLocalizedMessage("services.mailaction.sent", reciverAddress);
logSession.log(admin, admin.getCaId(), LogConstants.MODULE_APPROVAL, new java.util.Date(), null, null, LogConstants.EVENT_INFO_NOTIFICATION, logmsg);
}
} catch (Exception e) {
String msg = intres.getLocalizedMessage("services.mailaction.errorsend", reciverAddress);
log.error(msg, e);
try{