user = jr.getProfileManager().getUser( js.getAuthorization().getUserID() );
} catch( UserNotFoundException e ) {
throw new JspException("Post Message, user account not found");
}
try {
ClientIP clientIP = new ClientIP(localIP,IP);
message = pf.createMessage( user,clientIP );
message.setSubject( subject );
message.setBody( body.toString() );
message.setProperty("IP",IP);
if(localIP !=null){