0 Replies Latest reply on Apr 6, 2006 12:49 PM by juzer

    substitute for 'jruntags' tag library in Jboss

    juzer

      Hi,
      we are migrating an application from Jrun to JBoss. The application uses the jrun specific tag library 'jruntags' to send out mails etc.

      <%@ taglib uri="jruntags" prefix="jrun" %>

      //------------------------------------------

      <jrun:sendmail host="<%=server%>" sender="<%=emailAdd%>" recipient="<%=mailbox%>" subject="<%=subject%>"> <%=emailbody%> <jrun:mailparam attachurl="<%=filename%>"/> </jrun:sendmail>

      I presume these will not work in jboss?
      And in that case, is there any other substitute for achieving the same functionalities?

      Thanks,
      Juzer