Hola Cesar, gracias por tu tiempo y ayuda.
Esta es parte de la plantilla, la ultima linea es la que deseo modificar.
<#assign inviterPersonRef=args["inviterPersonRef"]/>
<#assign inviterPerson=companyhome.nodeByReference[inviterPersonRef]/>
<#assign inviteePersonRef=args["inviteePersonRef"]/>
<#assign inviteePerson=companyhome.nodeByReference[inviteePersonRef]/>
Hello ${inviteePerson.properties["cm:firstName"]!""},
You have been invited by ${inviterPerson.properties["cm:firstName"]!""} ${inviterPerson.properties["cm:lastName"]!""}
to join the '${args["siteName"]}' site.
Your role in the site will be ${args["inviteeSiteRole"]}.
To accept this invitation click the link below.
${args["acceptLink"]}
Donde ubico esa variable para modificar la direccion IP local que aparece por la IP publica, para que no me de la pagina en blanco cuando pincho el link del correo.
Gracias, por la ayuda.