898899900901902903904905906
catch (Exception e) { log.log(Level.SEVERE, "", e); } new EMailDialog (this, Msg.getMsg(Env.getCtx(), "SendMail"), from, to, subject, message, attachment); } // cmd_sendMail