new String[] {fullname,uid,uuid});
ByteArrayOutputStream oByOut = new ByteArrayOutputStream();
PrintStream oPrt = new PrintStream(oByOut);
InputStream oTxt = getClass().getResourceAsStream("Confirmation.txt");
InputStream oHtm = getClass().getResourceAsStream("Confirmation.html");
oHlr.sendMessage("Acceso a zesped", "Zesped", "noreply@zesped.com", "noreply@zesped.com",
new String[] {email}, RecipientType.TO, oRpl.replace(oTxt, oMap), oRpl.replace(oHtm, oMap),"ISO8859_1", null, null, null, oPrt);
oPrt.close();
Log.out.info(oByOut.toString());
oByOut.close();
DAO.log(User.class, "SEND ACTIVATION", AtrilEvent.Level.INFO, oByOut.toString());