2 Replies Latest reply on Apr 25, 2009 5:35 AM by jayakemmannu

    seam mail problem

      hi everyone,I have to develop an application that is used by different people.IN that i need to send mail in between them,how can i achieve that any suggestion pls?

        • 1. Re: seam mail problem
          troy.sellers

          Hi Brett,


          Assumption is that you are using Seam 2.1.1 and Richfaces... (IceFaces works a little differently here)


          Configure a mail session in your application server, for JBoss this would mean updating the mail-service.xml file found in the deploy directory.


          Let seam know where this is by updating the components.xml with the JNDI mail service name.


          Define mail templates using the mail tags.


          Render on an action.


          The Seam documentation has good examples here.


          Cheers,
          Troy

          • 2. Re: seam mail problem

            thanks for valuable opinion


            cheers,