2 Replies Latest reply on Apr 29, 2014 1:03 AM by arif.mohammed

    Email configuration for Notificaitons on HumanTask

    arif.mohammed

      Hello jBPM Team. I have read the documentation about the email notifications on HumanTask but I don't see how to do email configuration(smtp server/port/user/pwd etc) when we use jBPM in embedded mode in an application. Also is it possible to send pdf files as an attachment for notifications ?

       

         It would be great if someone can point me to the documentation or hints to accomplish the above 2 tasks.

        • 1. Re: Email configuration for Notificaitons on HumanTask
          swiderski.maciej

          if you're talking about deadlines definitions where one of the types is notification then best way is to define the mail session as server resource and bind it to JNDI under mail/jbpmMailSession. That should be directly picked up notification service and be used to send emails. Alternatively you can define it via property file named email.properties that should be placed on root of the classpath.


          For attachments, you should be able to add additional task variable named attachments that defines comma separated list of URLs that will be used to fetch attachments on send time, make sure that the items are valid URL string representation and that should be added to the email message.


          HTH

          • 2. Re: Email configuration for Notificaitons on HumanTask
            arif.mohammed

            Thanks Maciej.

             

            I will try JNDI option. And regarding URL what kind of url's are supported, does it support file:// ? the reason I would like to use file protocol is jBPM will be running in embedded mode so I guess that is the best option for me. I am not able to find documentation about this or I might have not looked at proper place.