[jboss-dev-forums] [Design of JBoss jBPM] - Re: BCC in Mail Action

camunda do-not-reply at jboss.com
Mon Jun 16 06:14:40 EDT 2008


Okay, done. Implemented, added a test case, mentioned in in the docs and committed,

Here what I put in the docs:

  | 17.3.2. Sending Mails to a BCC target
  | 
  | Sometimes you want to send emails to a BCC target in addition to the normal receipient. Currently, there are two supported ways of doing that: First you can specify an bccActors or bcc attribute (according to actors and to) in the process definition.
  | 
  | <mail to='#{initiator}' bcc='bcc at mycompany' subject='websale' text='your websale of #{quantity} #{item} was approved' />
  | 
  | The second way is to always send an BCC Mail to some location you can configure in the central configuration (jbpm.cfg.xml) in a property:
  | 
  | <jbpm-configuration>
  |   ...
  |   <string name="jbpm.mail.bcc.address" value="bcc at mycompany.com" />
  | </jbpm-configuration>
  | 

There you see how it should work.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4158291#4158291

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4158291



More information about the jboss-dev-forums mailing list