try {
//PublishKey(glob, Constants.EVENT_OID_LOGIN/*"__sys__Login"*/, "text/plain");
// Key '__sys__UserList' for login/logout event
// PublishKey(glob, Constants.EVENT_OID_USERLIST/*"__sys__UserList"*/, "text/plain");
String summary = "Login of client " + sessionName.getAbsoluteName();
String description = sessionInfo.toXml();
String eventType = foundEvent;
String errorCode = null;
if (this.smtpDestinationHelper != null) {
sendEmail(summary, description, eventType, null, sessionName, false);