273274275276277278279280281282283
"Send all the messages for send on the message pool", new MarianCommandExecutor(co) { public void execute(ParseResult pr) throws ExecutionException { try { new MailSender(co).send(); } catch (Exception e) { throw new ExecutionException(e); } }