Template:
<template name='tmpl1' language='juel'>
| <to addresses='alex(a)jbpm.org, you(a)jboss.org'>
| <cc actors='theboss, qa-lead' />"
| <subject>mail template</subject>"
| <text>plain text content</text>
| <html><strong>rich</strong> content</html>
| <attachments>
| <attachment
url="http://example.com/pictures/diagram.png" />
| <attachment resource="org/jbpm/pic.jpg" />
| </attachments>
| </template>
Activity:
<mail template="tmpl1" />
If template attribute is not present, a template must be specified inline using the same
attributes and nested elements as shown above.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4225186#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...