2 Replies Latest reply on Jul 5, 2010 3:06 AM by tausuahmed

    Seam Mail in Servlet

    arun

      Hi,


      I want to send email from my servlet. I used the seam renderer but a Null pointer excception was occuured as the renderer couldnt initialised.In order to get Seams context i have injected @In private Context applicationContext; in my servlet. Is there any way to send mails from Servlet