4 Replies Latest reply on Nov 29, 2012 5:01 PM by oyesiji77

    RESOLVED:Seam 2.3 Problem sending Mail

    oyesiji77

      I am trying to send an email using Seam 2.3 , I never encountered any issues when i used 2.2, surpringly the Application is not throwing any errors but i am not receiving any email, does it have to do with Jboss 7.1.1 that i am using

       

       

       

       

      renderer.render("/email/welcome.xhtml");

       

       

       

      <mail:mail-session host="smtp.gmail.com" username="sample" password="sam" ssl="true" port="465" />