2 Replies Latest reply on Jul 22, 2008 12:31 AM by bashan

    Seam mail

    bashan

      Hi,


      I am trying to send mail with Seam. I did all required things. I run this command in order to send mail:


      Renderer.instance().render("/mail/activation.xhtml");



      The command seems to be working fine, no exception is raised, but I get no mail.


      How can I know what is the problem? When I send mail with regular mail api it seems to be working fine with the same settings.


      Thanks,
      Guy.

        • 1. Re: Seam mail
          bashan

          I discovered, that Seam actually sends the mail correctly. But it is rejected by my gmail account. I am currently using my gmail user/password to send the mail using gmail servers. When I am sending the mail in the regular way, it is working ok. When sending using Seam, mail is reported as sent, but after about a day, I am getting a mail of rejection from gmail telling me about abuse email attempt.


          Does anyone know why mail is reported abused when being sent using Seam?


          Thanks,
          Guy.

          • 2. Re: Seam mail
            bashan

            Sorry, I was simlpy missing the seam mail jar. But anyway, it is weird Seam doesn't raise any exception when the jar is missing. It just runs the render method with giving no error.