transmitter.transmit(mail);
logger.debug("SRS addresses was expanded and mail was "
+ "submitted to transmitter: {}", mail);
} catch (LocalMailSystemException e) {
logger.error("Cannot transmit mail", e);
throw new RejectExceptionExt(e.errorStatus());
}
}